We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d4a2b commit 0d3e05fCopy full SHA for 0d3e05f
1 file changed
tests/timing/run-timing.sh
@@ -50,7 +50,7 @@ run_all_benches() {
50
run_bench "tar" "tar -cf /tmp/bench_test.tar /usr/include && rm /tmp/bench_test.tar"
51
52
# 6. Git clone (Network and heavy file creation/writing)
53
- run_bench "git_clone" "git clone --depth 1 https://github.com/git/git.git /tmp/git_bench >/dev/null 2>&1 && rm -rf /tmp/git_bench"
+ RUNS_BASELINE=5 RUNS_TOOL=5 run_bench "git_clone" "git clone --depth 1 https://github.com/git/git.git /tmp/git_bench >/dev/null 2>&1 && rm -rf /tmp/git_bench"
54
}
55
56
# Run all tests without BPF first
0 commit comments