Skip to content

Commit

Permalink
testcases/loading: Use 50 simultaneous users writing 16M files
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Prabhu <sp@spui.uk>
  • Loading branch information
spuiuk committed Apr 15, 2024
1 parent 6cf78e3 commit 8a6d710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcases/loading/test_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
# total number of processes
total_processes: int = 10
# each with this number of threads
per_process_threads: int = 50
per_process_threads: int = 5
# running the connection test for this many seconds
test_runtime: int = 30
# size of test files
test_file_size = 4 * 1024 # 4k size
test_file_size = 16 * 1024 * 1024 # 4k size
# number of files each thread creates
test_file_number = 10

Expand Down

0 comments on commit 8a6d710

Please sign in to comment.