Skip to content

Commit 02d11bb

Browse files
committed
Merge branch 'cc/perf-bisect'
Performance test updates. * cc/perf-bisect: perf/bisect_run_script: disable codespeed
2 parents be75d12 + d9ea451 commit 02d11bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/perf/bisect_run_script

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ result_file="$info_dir/perf_${script_number}_${bisect_head}_results.txt"
2424
GIT_PERF_DIRS_OR_REVS="$bisect_head"
2525
export GIT_PERF_DIRS_OR_REVS
2626

27+
# Don't use codespeed
28+
GIT_PERF_CODESPEED_OUTPUT=
29+
GIT_PERF_SEND_TO_CODESPEED=
30+
export GIT_PERF_CODESPEED_OUTPUT
31+
export GIT_PERF_SEND_TO_CODESPEED
32+
2733
./run "$script" >"$result_file" 2>&1 || die "Failed to run perf test '$script'"
2834

2935
rtime=$(sed -n "s/^$script_number\.$test_number:.*\([0-9]\+\.[0-9]\+\)(.*).*\$/\1/p" "$result_file")

0 commit comments

Comments
 (0)