summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3c75aa..7703d5b 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,18 @@ performance issue: dnf repomanage is really slow
Some benchmark results (find 15 old RPMs among 5000)
-# DNF on Fedora
+# DNF on Fedora 27
$ time dnf repomanage --old --keep 5 .
...
real 0m15,971s
+# DNF on Fedora 25
+
+ $ time dnf repomanage --old --keep 5 .
+ ...
+ real 0m0,269s
+
# YUM on RHEL / CentOS
$ time repomanage --old --keep 5 .