From 54af40652aca0403298b8c2f7c76c8c851132199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 7 May 2026 21:13:11 +0200 Subject: [PATCH] Add more runtime benchmark recipe TODOs --- benchmarks/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/readme.md b/benchmarks/readme.md index 2c83281a..9ef82532 100644 --- a/benchmarks/readme.md +++ b/benchmarks/readme.md @@ -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