Skip to content

Commit

Permalink
(TOOLS) release-files cargo bench --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jun 23, 2024
1 parent c6bba7f commit f22620f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ sed -i -e "s|$(hostname)|host|g" "${DIROUT}/massif.txt"
# see https://github.com/rust-lang/cargo/issues/9012
export CARGO_TERM_COLOR=never
set -x
cargo bench --no-run
cargo bench --locked --features bench_jetscii,bench_memchr,bench_stringzilla --no-run
# require gnuplot to be installed
gnuplot --version
cargo bench \
--locked \
--benches \
--quiet \
--color=never \
Expand Down

0 comments on commit f22620f

Please sign in to comment.