benchmarks: create top-level benchmarks folder

Benchmarks aren't tests; create a top-level `benchmarks` folder and move
`tests/benchmarks` to `benchmarks/cli`.
This commit is contained in:
Edward Thomson
2025-01-15 23:32:06 +00:00
parent 14d5a5e407
commit f4cc6b9913
58 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ jobs:
fi
mkdir benchmark && cd benchmark
../source/tests/benchmarks/benchmark.sh \
../source/benchmarks/cli/benchmark.sh \
${SUITE_FLAG} ${DEBUG_FLAG} \
--admin \
--baseline-cli "git" --cli "${GIT2_CLI}" --name libgit2 \

View File

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 152 KiB

View File

Before

Width:  |  Height:  |  Size: 395 KiB

After

Width:  |  Height:  |  Size: 395 KiB

View File

@@ -105,7 +105,7 @@ fullpath() {
}
resources_dir() {
cd "$(dirname "$0")/../resources" && pwd
cd "$(dirname "$0")/../../tests/resources" && pwd
}
temp_dir() {