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

Commit 7ef15cf

Browse files
authored
Merge pull request #821 from tgooding/master
Restore LSF get handlle create performance single node testcase
2 parents 509ad07 + 97d9021 commit 7ef15cf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bb/tests/lsf/basic.robot

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,31 @@ LSF get handle create performance multi node iterative scale
337337
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 4096
338338

339339

340+
LSF get handle create performance single node
341+
[Tags] lsf
342+
[Timeout] 20 minutes
343+
Using SSD 512
344+
345+
Set num computes 1
346+
Set ppn 1
347+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
348+
349+
Set ppn 2
350+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
351+
352+
Set ppn 4
353+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
354+
355+
Set ppn 8
356+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
357+
358+
Set ppn 16
359+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
360+
361+
Set ppn 20
362+
bsub&wait ${jsrun} ${WORKDIR}/bb/tests/bin/test_handle_perf 512
363+
364+
340365
LSF get handle create performance multi node
341366
[Tags] lsf
342367
[Timeout] 20 minutes

0 commit comments

Comments
 (0)