Skip to content

Commit

Permalink
(TOOLS) compare-log-mergers.sh fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Jul 8, 2024
1 parent d799548 commit 690243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/compare-log-mergers/compare-log-mergers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ echo_line
(set -x; cargo clean --quiet; cargo build --quiet --release --features=jemalloc)
files_caching
set -x
$hyperfine --style=basic --export-markdown "${md4}" -N -n "s4 (jemalloc))" \
$hyperfine --style=basic --export-markdown "${md4}" -N -n "s4 (jemalloc)" \
-- \
"'${PROGRAM_S4}' -a='${after_dt}' -b='${befor_dt}' --color=never ${files[*]} > /dev/null"
)
Expand Down

0 comments on commit 690243a

Please sign in to comment.