Skip to content

Commit 6033d04

Browse files
committed
fix(bench): formalize initial commit
1 parent 5e02819 commit 6033d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile_benchmark_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -euo pipefail
88
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
1010
BENCH_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/string_pipeline/benchmarks"
11-
DEFAULT_START_COMMIT="HEAD~10"
11+
DEFAULT_START_COMMIT="5e028194"
1212
VERBOSE=0
1313
DRY_RUN=0
1414

0 commit comments

Comments
 (0)