ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

give bench/ a readme

Signed-off-by: marshmallow <github@althaea.zone>

authored by

marshmallow and committed by
GitHub
7089ff55 6d8d486f

+12
+12
bench/README.md
··· 1 + # Bench 2 + 3 + This directory contains a little tool to run hyperfine against wire and colmena, deploying the exact same hive. 4 + 5 + The hive can be found in `default.nix`. 6 + 7 + The hive has around 20 nodes and 200 keys each. 80% of the keys are pre-activation, 20% post-activation. 8 + 9 + | Command | Mean [s] | Min [s] | Max [s] | Relative | 10 + |:---|---:|---:|---:|---:| 11 + | `colmena@pinned` | 301.977 ± 17.026 | 288.432 | 321.090 | 2.51 ± 0.35 | 12 + | `wire@HEAD` | 120.123 ± 15.044 | 110.539 | 137.462 | 1.00 |