Skip to content

Commit 54af406

Browse files
committed
Add more runtime benchmark recipe TODOs
1 parent 5f47160 commit 54af406

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

benchmarks/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ hyperfine --warmup 2 --shell none --parameter-list version old,new '/home/xarn/b
5454
```
5555
_Note that we redirect the output to `/dev/null` to reduce the overhead of the actual output printing, to see just the impact of stringification._
5656

57+
TODO:
58+
* Start empty binary (set up cost base)
59+
* Start binary with X (100/1k/10k) tests (test registration cost)
60+
* Section tracking
5761

5862
## Compilation benchmarks
5963

0 commit comments

Comments
 (0)