From 1f74a18f4c90db9cfa71706ae1d47a654ad3d0c7 Mon Sep 17 00:00:00 2001 From: sw1tchbl4d3 Date: Thu, 29 Jul 2021 18:58:47 +0200 Subject: [PATCH] Add version numbers to benchmarked programs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d6cac9..9b6b870 100644 --- a/README.md +++ b/README.md @@ -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.