Skip to content

fix(runner): deserialize memory results as integer - #227

Merged
not-matthias merged 1 commit into
mainfrom
cod-2148-type-change-of-memory-benchmarks-breaks-local-runs
Jan 29, 2026
Merged

fix(runner): deserialize memory results as integer#227
not-matthias merged 1 commit into
mainfrom
cod-2148-type-change-of-memory-benchmarks-breaks-local-runs

Conversation

@not-matthias

@not-matthias not-matthias commented Jan 29, 2026

Copy link
Copy Markdown
Member

Works locally now:

╭──────────────────────────────────────────────────────────╮
│                    Memory Instrument                     │
├────────────┬─────────────┬─────────────────┬─────────────┤
│ Benchmark  │ Peak memory │ Total allocated │ Allocations │
├────────────┼─────────────┼─────────────────┼─────────────┤
│ wait 1sec  │     64.2 KB │          1.1 MB │      16,787 │
│ long body  │       960 B │          1.2 KB │           9 │
│ fibo 10    │         0 B │             0 B │           0 │
│ long body  │       960 B │          1.2 KB │          10 │
│ short body │       480 B │           624 B │           6 │
│ short body │       480 B │           624 B │           6 │
│ short body │       408 B │           432 B │           4 │
│ one        │      1.8 KB │          6.8 KB │          52 │
│ two        │      1.4 KB │          5.8 KB │          43 │
│ wait 1ms   │        10 B │            71 B │          14 │
│ end        │      1.4 KB │          5.8 KB │          43 │
│ short body │       408 B │           432 B │           4 │
│ short body │       608 B │           752 B │           7 │
│ short body │       480 B │           624 B │           6 │
│ fibo 15    │         5 B │             5 B │           1 │
│ wait 500ms │     64.2 KB │        633.1 KB │       8,109 │
│ long body  │       960 B │          1.2 KB │           9 │
│ long body  │       960 B │          1.2 KB │           9 │
╰────────────┴─────────────┴─────────────────┴─────────────╯

@not-matthias
not-matthias force-pushed the cod-2148-type-change-of-memory-benchmarks-breaks-local-runs branch from 213c005 to e323929 Compare January 29, 2026 18:37
@codspeed-hq

codspeed-hq Bot commented Jan 29, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 4 untouched benchmarks


Comparing cod-2148-type-change-of-memory-benchmarks-breaks-local-runs (e323929) with main (61c3344)

Open in CodSpeed

@not-matthias
not-matthias merged commit e323929 into main Jan 29, 2026
13 checks passed
@not-matthias
not-matthias deleted the cod-2148-type-change-of-memory-benchmarks-breaks-local-runs branch January 29, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants