Skip to content

Commit

Permalink
Remove accidentally committed -q.
Browse files Browse the repository at this point in the history
We don't want quick runs in overnight benchmarks.
  • Loading branch information
vext01 committed Jan 10, 2025
1 parent 3892936 commit f8e036a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ${TOML_BIN} set --toml-path ${EXTRA_TOML} versions.ykllvm "$(cd yk/ykllvm && git
${TOML_BIN} set --toml-path ${EXTRA_TOML} versions.yklua "$(cd yklua && git rev-parse HEAD)"

# Run benchmarks.
venv/bin/rebench -q --no-denoise -c rebench.conf
venv/bin/rebench --no-denoise -c rebench.conf

# File away the results file (and extra info file) in the output directory.
cp ${EXTRA_TOML} ../../${RES_SUBDIR}/${YMDHMS}-extra.toml
Expand Down

0 comments on commit f8e036a

Please sign in to comment.