Add version numbers to benchmarked programs

This commit is contained in:
sw1tchbl4d3 2021-07-29 18:58:47 +02:00
parent c692d9d9c9
commit 1f74a18f4c

View file

@ -51,9 +51,9 @@ The benchmark: Execute `whoami` 1000 times.
|Program|Time|
--- | ---
sudo | 13.62s
opendoas | 7.60s
rdo | 2.25s
sudo 1.9.7p1 | 13.62s
opendoas 6.8.1 | 7.60s
rdo 1.2 | 2.25s
Baseline | 1.43s
Baseline here is how long it took without any wrapper to make it root.