We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02bd20 commit 4837104Copy full SHA for 4837104
benchmark/pathfinding/run.sh
@@ -8,7 +8,7 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" >/dev/null 2>&1 && pwd
8
9
./get-small-data.sh
10
11
-rm benchmarks/*
+find benchmarks/ f -not -name ".gitignore" -delete
12
./generate_benchmark_scripts.sh
13
cd ../../../
14
BUILD_BENCHMARK=1 make GEN=ninja
@@ -19,4 +19,4 @@ COMMIT_HASH=$(git rev-parse --short HEAD)
19
OUTPUT_FILE="output_${COMMIT_HASH}.timing"
20
21
# Run benchmark and save output
22
-build/release/benchmark/benchmark_runner --disable-timeout "benchmark/pathfinding/benchmarks/.*" > "$OUTPUT_FILE" 2>&1
+build/release/benchmark/benchmark_runner --disable-timeout "benchmark/pathfinding/benchmarks/.*" > "$OUTPUT_FILE" 2>&1
0 commit comments