Skip to content

Commit 8a6d710

Browse files
committed
testcases/loading: Use 50 simultaneous users writing 16M files
Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 6cf78e3 commit 8a6d710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testcases/loading/test_loading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
# total number of processes
2727
total_processes: int = 10
2828
# each with this number of threads
29-
per_process_threads: int = 50
29+
per_process_threads: int = 5
3030
# running the connection test for this many seconds
3131
test_runtime: int = 30
3232
# size of test files
33-
test_file_size = 4 * 1024 # 4k size
33+
test_file_size = 16 * 1024 * 1024 # 4k size
3434
# number of files each thread creates
3535
test_file_number = 10
3636

0 commit comments

Comments
 (0)