Skip to content

Commit fef9db1

Browse files
committed
updating run_benchmark.sh comment
1 parent d3e06af commit fef9db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ -f "tmp/codeowners_benchmarks.md" ]; then
55
rm tmp/codeowners_benchmarks.md
66
fi
77

8-
echo "To run these benchmarks on your application, you can place this repo next to your rails application and run bash ../rubyatscale/codeowners-rs/dev/run_benchmarks.sh from the root of your application" >> tmp/codeowners_benchmarks.md
8+
echo "To run these benchmarks on your application, you can place this repo next to your rails application and run '/usr/bin/env bash ../rubyatscale/codeowners-rs/dev/run_benchmarks.shbash ../rubyatscale/codeowners-rs/dev/run_benchmarks.sh' from the root of your application" >> tmp/codeowners_benchmarks.md
99

1010
hyperfine --warmup=2 --runs=3 --export-markdown tmp/codeowners_benchmarks.md \
1111
'../rubyatscale/codeowners-rs/target/release/codeowners gv' \

0 commit comments

Comments
 (0)