File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ if [ "$SMOKE" != "" ]; then
2828 EVENT_RATE=10000000
2929 MAX_EVENTS=1000000
3030fi
31- cargo bench --bench nexmark -- --first-event-rate=${EVENT_RATE} --max-events=${MAX_EVENTS} --cpu-cores ${CORES} --num-event-generators ${GENERATORS} --source-buffer-size 10000 --input-batch-size 40000 --csv ${NEXMARK_CSV_FILE}
31+
32+ FILES=( " q0" " q1" " q2" " q3" " q4" " q5" " q6" " q7" " q8" " q9" " q12" " q13" " q14" " q15" " q16" " q17" " q18" " q19" " q20" " q21" " q22" )
33+ for FILE in " ${FILES[@]} "
34+ do cargo bench --bench nexmark -- --first-event-rate=${EVENT_RATE} --max-events=${MAX_EVENTS} --cpu-cores ${CORES} --num-event-generators ${GENERATORS} --source-buffer-size 10000 --input-batch-size 40000 --csv ${NEXMARK_CSV_FILE} --query $FILE
35+ done
3236
3337# Run nexmark SQL benchmark
3438# This test requires a running instance of redpanda and pipeline-manager.
You can’t perform that action at this time.
0 commit comments