We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d8a6 commit d4222f8Copy full SHA for d4222f8
.github/workflows/benchmark.yml
@@ -81,7 +81,9 @@ jobs:
81
- name: Benchmark
82
run: |
83
export BENCHMARK_GIT_REPOSITORY="$(pwd)/resources/git"
84
- export BENCHMARK_LINUX_REPOSITORY="$(pwd)/resources/linux"
+ # avoid linux temporarily; the linux blame benchmarks are simply
85
+ # too slow to use
86
+ # export BENCHMARK_LINUX_REPOSITORY="$(pwd)/resources/linux"
87
88
if [[ "$(uname -s)" == MINGW* ]]; then
89
GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2"
0 commit comments