format benchmark in markdown
This commit is contained in:
parent
6fea55d21d
commit
2f9f059bee
13
README.md
13
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.
|
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 for the nerds
|
||||||
benchmark runs total time time/run (avg ± σ) (min ... max) p75 p99 p995
|
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
|
| aether | 2 | 1m14.271s | 37.135s ± 960.345ms | (36.456s ... 37.814s) | 37.814s | 37.814s | 37.814s |
|
||||||
std.json 2 1m12.731s 36.365s ± 621.288ms (35.926s ... 36.805s) 36.805s 36.805s 36.805s
|
| aether [MEMORY] | | | 54.095MiB ± 0B | (54.095MiB ... 54.095MiB) | 54.095MiB | 54.095MiB | 54.095MiB |
|
||||||
std.json [MEMORY] 43.420MiB ± 0B (43.420MiB ... 43.420MiB) 43.420MiB 43.420MiB 43.420MiB
|
| 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 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user