summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-10-18 13:11:19 +0100
committerGitHub <noreply@github.com>2022-10-18 13:11:19 +0100
commita3841af5eecc6301e87f8302c7fdce6555e39247 (patch)
tree2206b9ce6491ba34c41f001e57cf475969e7c0bd
parent9286e5991ecea7fcdad2f6e68181e30d240ebd98 (diff)
downloadlibgit2-a3841af5eecc6301e87f8302c7fdce6555e39247.tar.gz
benchmark: update path
The path to the default CLI output has changed, update it.
-rw-r--r--.github/workflows/benchmark.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index df80d7513..b9362baec 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -66,9 +66,9 @@ jobs:
- name: Benchmark
run: |
if [[ "$(uname -s)" == MINGW* ]]; then
- GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2_cli"
+ GIT2_CLI="$(cygpath -w $(pwd))\\build\\Release\\git2"
else
- GIT2_CLI="$(pwd)/build/git2_cli"
+ GIT2_CLI="$(pwd)/build/git2"
fi
mkdir benchmark && cd benchmark