Skip to content

Commit

Permalink
min script
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy committed Dec 8, 2024
1 parent f255773 commit 3817502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/execution_environment/benches/run-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QUICK="${QUICK:-no}"

printf " %-12s := %s\n" \
"BENCH" "${BENCH:?Usage: BENCH='//rs/embedders:heap_bench' ${0}}" \
"BENCH_ARGS" "${BENCH_ARGS:=--warm-up-time=1 --sample-size=10 --output-format=bencher}" \
"BENCH_ARGS" "${BENCH_ARGS:=--warm-up-time=1 --measurement-time=1 --output-format=bencher}" \
"FILTER" "${FILTER:=}" \
"MIN_FILE" "${MIN_FILE:=${0##*/}.min}" \
"LOG_FILE" "${LOG_FILE:=${MIN_FILE%.*}.log}"
Expand Down

0 comments on commit 3817502

Please sign in to comment.