format benchmark in markdown

This commit is contained in:
Yuzucchii 2025-06-04 23:15:46 -05:00
parent 6fea55d21d
commit 2f9f059bee
Signed by: yuzucchii
SSH Key Fingerprint: SHA256:3hT0Nn/790kQI9VFVQ2Kfh3Ma3JZe2pST86n1T5G7ww

View File

@ -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 |