From 2f9f059beebef3b4bd206377b5b1bdb20659e368 Mon Sep 17 00:00:00 2001 From: Yuzucchii Date: Wed, 4 Jun 2025 23:15:46 -0500 Subject: [PATCH] format benchmark in markdown --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 77793e7..90972c5 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,10 @@ The Zig Discord server is plagued with modern scum, of course, modern scum will On different note, I defend simplicity and minimalism, so I am not saying that *every* Zig developer who thinks differently is scum, I just say that if you cannot think beyond your viewpoint you will reach nowhere. Lastly, if your software is not straightforward and simple to use, then why criticising someone for now knowing how to use it? The only reasonable way to make software complicated is as long as user friendliness is not a tradeoff for performance or minimalism. ### benchmark for the nerds -benchmark runs total time time/run (avg ± σ) (min ... max) p75 p99 p995 ------------------------------------------------------------------------------------------------------------------------------ -aether 2 1m14.271s 37.135s ± 960.345ms (36.456s ... 37.814s) 37.814s 37.814s 37.814s -aether [MEMORY] 54.095MiB ± 0B (54.095MiB ... 54.095MiB) 54.095MiB 54.095MiB 54.095MiB -std.json 2 1m12.731s 36.365s ± 621.288ms (35.926s ... 36.805s) 36.805s 36.805s 36.805s -std.json [MEMORY] 43.420MiB ± 0B (43.420MiB ... 43.420MiB) 43.420MiB 43.420MiB 43.420MiB +As you can see both run as fast as the other +| Benchmark | Runs | Total Time | Time/Run (Avg ± σ) | Range (Min ... Max) | p75 | p99 | p995 | +|-------------------|------|------------|-------------------------|-----------------------------|-----------|-----------|-----------| +| aether | 2 | 1m14.271s | 37.135s ± 960.345ms | (36.456s ... 37.814s) | 37.814s | 37.814s | 37.814s | +| aether [MEMORY] | | | 54.095MiB ± 0B | (54.095MiB ... 54.095MiB) | 54.095MiB | 54.095MiB | 54.095MiB | +| std.json | 2 | 1m12.731s | 36.365s ± 621.288ms | (35.926s ... 36.805s) | 36.805s | 36.805s | 36.805s | +| std.json [MEMORY] | | | 43.420MiB ± 0B | (43.420MiB ... 43.420MiB) | 43.420MiB | 43.420MiB | 43.420MiB |