Skip to content

Commit d0ab7eb

Browse files
committed
Record benchmark 60.2: Protocol/ProtocolFn serialization optimization
1 parent 1540c4d commit d0ab7eb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bench/history.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,3 +796,30 @@ entries:
796796
string_ops: {time_ms: 25, mem_mb: 17.6}
797797
multimethod_dispatch: {time_ms: 6, mem_mb: 10.6}
798798
real_workload: {time_ms: 10, mem_mb: 17.5}
799+
- id: "60.2"
800+
date: "2026-02-13"
801+
reason: "Protocol/ProtocolFn serialization, startup optimization"
802+
commit: "1540c4d"
803+
build: ReleaseSafe
804+
backend: vm
805+
results:
806+
fib_recursive: {time_ms: 19, mem_mb: 10.8}
807+
fib_loop: {time_ms: 4, mem_mb: 10.8}
808+
tak: {time_ms: 7, mem_mb: 10.8}
809+
arith_loop: {time_ms: 5, mem_mb: 10.7}
810+
map_filter_reduce: {time_ms: 7, mem_mb: 11.4}
811+
vector_ops: {time_ms: 7, mem_mb: 15.2}
812+
map_ops: {time_ms: 5, mem_mb: 14.1}
813+
list_build: {time_ms: 5, mem_mb: 11.3}
814+
sieve: {time_ms: 6, mem_mb: 13.6}
815+
nqueens: {time_ms: 15, mem_mb: 19.5}
816+
atom_swap: {time_ms: 6, mem_mb: 10.8}
817+
gc_stress: {time_ms: 28, mem_mb: 16.5}
818+
lazy_chain: {time_ms: 8, mem_mb: 10.8}
819+
transduce: {time_ms: 6, mem_mb: 10.8}
820+
keyword_lookup: {time_ms: 12, mem_mb: 10.8}
821+
protocol_dispatch: {time_ms: 5, mem_mb: 10.8}
822+
nested_update: {time_ms: 12, mem_mb: 15.9}
823+
string_ops: {time_ms: 27, mem_mb: 20.5}
824+
multimethod_dispatch: {time_ms: 6, mem_mb: 10.8}
825+
real_workload: {time_ms: 10, mem_mb: 17.1}

0 commit comments

Comments
 (0)