Skip to content

Commit d64b0fc

Browse files
committed
Bump version to 0.10.0
1 parent b656526 commit d64b0fc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bench/results.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ timestamp,version,machine,fixture,lines,median_ms
1111
2026-03-17T22:53:19Z,0.9.0,Apple_M1_Pro_8c,medium,164,502.4
1212
2026-03-17T22:53:19Z,0.9.0,Apple_M1_Pro_8c,large,439,973.9
1313
2026-03-17T22:53:19Z,0.9.0,Apple_M1_Pro_8c,stress,561,1100.5
14+
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,small,21,22.3
15+
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,medium,164,52.0
16+
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,large,439,95.1
17+
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,stress,561,121.6

hdi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
set -euo pipefail
2525

2626
# ── Version ─────────────────────────────────────────────────────────────────
27-
VERSION="0.9.0"
27+
VERSION="0.10.0"
2828

2929
# ── Defaults ─────────────────────────────────────────────────────────────────
3030
MODE="default"

0 commit comments

Comments
 (0)