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 5e02819 commit 6033d04Copy full SHA for 6033d04
scripts/compile_benchmark_versions.sh
@@ -8,7 +8,7 @@ set -euo pipefail
8
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
9
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
10
BENCH_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/string_pipeline/benchmarks"
11
-DEFAULT_START_COMMIT="HEAD~10"
+DEFAULT_START_COMMIT="5e028194"
12
VERBOSE=0
13
DRY_RUN=0
14
0 commit comments