File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore *
Original file line number Diff line number Diff line change 1- * .duckdb
1+ * .duckdb
2+ * .e
3+ * .v
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" >/dev/null 2>&1 && pwd
88
99./get-small-data.sh
1010
11- rm benchmarks/*
11+ find benchmarks/ f -not -name " .gitignore " -delete
1212./generate_benchmark_scripts.sh
1313cd ../../../
1414BUILD_BENCHMARK=1 make GEN=ninja
@@ -19,4 +19,4 @@ COMMIT_HASH=$(git rev-parse --short HEAD)
1919OUTPUT_FILE=" output_${COMMIT_HASH} .timing"
2020
2121# Run benchmark and save output
22- build/release/benchmark/benchmark_runner --disable-timeout " benchmark/pathfinding/benchmarks/.*" > " $OUTPUT_FILE " 2>&1
22+ build/release/benchmark/benchmark_runner --disable-timeout " benchmark/pathfinding/benchmarks/.*" > " $OUTPUT_FILE " 2>&1
You can’t perform that action at this time.
0 commit comments