Skip to content

Commit d4222f8

Browse files
committed
ci: don't run blame on torvalds/linux (yet)
blame on torvalds/linux is too punishing for our current implementation; don't run it (yet).
1 parent df3d8a6 commit d4222f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ jobs:
8181
- name: Benchmark
8282
run: |
8383
export BENCHMARK_GIT_REPOSITORY="$(pwd)/resources/git"
84-
export BENCHMARK_LINUX_REPOSITORY="$(pwd)/resources/linux"
84+
# avoid linux temporarily; the linux blame benchmarks are simply
85+
# too slow to use
86+
# export BENCHMARK_LINUX_REPOSITORY="$(pwd)/resources/linux"
8587
8688
if [[ "$(uname -s)" == MINGW* ]]; then
8789
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2"

0 commit comments

Comments
 (0)