Add more runtime benchmark recipe TODOs

This commit is contained in:
Martin Hořeňovský
2026-05-07 21:13:11 +02:00
parent 5f47160bb2
commit 54af40652a
+4
View File
@@ -54,6 +54,10 @@ hyperfine --warmup 2 --shell none --parameter-list version old,new '/home/xarn/b
```
_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._
TODO:
* Start empty binary (set up cost base)
* Start binary with X (100/1k/10k) tests (test registration cost)
* Section tracking
## Compilation benchmarks