We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f47160 commit 54af406Copy full SHA for 54af406
1 file changed
benchmarks/readme.md
@@ -54,6 +54,10 @@ hyperfine --warmup 2 --shell none --parameter-list version old,new '/home/xarn/b
54
```
55
_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._
56
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
61
62
## Compilation benchmarks
63
0 commit comments