Skip to content

Commit 0d3e05f

Browse files
committed
only run the git clone test 5 times
1 parent a2d4a2b commit 0d3e05f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/timing/run-timing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run_all_benches() {
5050
run_bench "tar" "tar -cf /tmp/bench_test.tar /usr/include && rm /tmp/bench_test.tar"
5151

5252
# 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"
53+
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"
5454
}
5555

5656
# Run all tests without BPF first

0 commit comments

Comments
 (0)