Skip to content

Commit e585a2a

Browse files
committed
Bump version to 0.11.0
1 parent 0ee5da8 commit e585a2a

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
@@ -15,3 +15,7 @@ timestamp,version,machine,fixture,lines,median_ms
1515
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,medium,164,52.0
1616
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,large,439,95.1
1717
2026-03-17T23:41:17Z,0.10.0,Apple_M1_Pro_8c,stress,561,121.6
18+
2026-03-18T10:58:48Z,0.11.0,Apple_M1_Pro_8c,small,21,21.2
19+
2026-03-18T10:58:48Z,0.11.0,Apple_M1_Pro_8c,medium,164,46.6
20+
2026-03-18T10:58:48Z,0.11.0,Apple_M1_Pro_8c,large,439,98.3
21+
2026-03-18T10:58:48Z,0.11.0,Apple_M1_Pro_8c,stress,561,111.8

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.10.0"
27+
VERSION="0.11.0"
2828

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

0 commit comments

Comments
 (0)