From dadf4e3fecf5a8ff1c3cf7559173db25282ef1ae Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Mon, 4 Dec 2023 10:33:48 +0100 Subject: [PATCH] Benchmarks --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5687699..a9cd044 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ meson setup build --buildtype release -Dhave-inputs=true meson setup build_debug --buildtype debugoptimized -Db_sanitize=address -Db_lundef=false -Dhave-inputs=true ``` +## Benchmarks + +| Day | i7-11850H | +| --- | --------- | +| 1 | 351 µs | +| 2 | 282 µs | +| 3 | 348 µs | + ## Resources -