-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-12974 test: nvme/pool_capacity.py - Use threads to create contai… (
#14126) The test creates 50 containers for each of the 10 pools 20 times (10 x 50 x 20). Creating many containers serially takes significant amount of time, so use threads to create the containers in parallel. Tested the speed up of run_test_create_delete() (Just this method. Not the entire test) with 3 x 50 x 3 and took 732 sec in serial, but only 261 sec in parallel. Also reduce iteration to 2 and reduce timeout. Signed-off-by: Makito Kano <[email protected]>
- Loading branch information
1 parent
899cdd2
commit c122a9a
Showing
2 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters