File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 type : string
6464 process_jobs :
6565 description : " Jobs for processing tests"
66- default : " 10000 "
66+ default : " 50000 "
6767 type : string
6868 run_io_threads :
6969 description : " Also run io-threads=4 benchmark"
Original file line number Diff line number Diff line change 2222 * Environment:
2323 * RUNS=5 Number of runs per test (default: 5)
2424 * BULK_JOBS=50000 Jobs for bulk insert test
25- * PROCESS_JOBS=10000 Jobs for processing tests
25+ * PROCESS_JOBS=50000 Jobs for processing tests
2626 */
2727
2828import { Queue , Worker } from "bullmq" ;
@@ -39,7 +39,7 @@ const TARGETS = [
3939
4040const RUNS = parseInt ( process . env . RUNS ?? "5" , 10 ) ;
4141const BULK_JOBS = parseInt ( process . env . BULK_JOBS ?? "50000" , 10 ) ;
42- const PROCESS_JOBS = parseInt ( process . env . PROCESS_JOBS ?? "10000 " , 10 ) ;
42+ const PROCESS_JOBS = parseInt ( process . env . PROCESS_JOBS ?? "50000 " , 10 ) ;
4343
4444// ── Helpers ──────────────────────────────────────────────────────────
4545
You can’t perform that action at this time.
0 commit comments