Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #821 from tgooding/master
Browse files Browse the repository at this point in the history
Restore LSF get handlle create performance single node testcase
  • Loading branch information
tgooding authored Nov 14, 2019
2 parents 509ad07 + 97d9021 commit 7ef15cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bb/tests/lsf/basic.robot
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,31 @@ LSF get handle create performance multi node iterative scale
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 4096


LSF get handle create performance single node
[Tags] lsf
[Timeout] 20 minutes
Using SSD 512

Set num computes 1
Set ppn 1
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512

Set ppn 2
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512

Set ppn 4
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512

Set ppn 8
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512

Set ppn 16
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512

Set ppn 20
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512


LSF get handle create performance multi node
[Tags] lsf
[Timeout] 20 minutes
Expand Down

0 comments on commit 7ef15cf

Please sign in to comment.