summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-24 14:13:41 +0100
committerRemi Collet <remi@remirepo.net>2018-01-24 14:13:41 +0100
commit4daae0625ceaf2aa7aba7bf0a7230044d346e256 (patch)
treecba7c916c444ecfb08e860e4068ee3768ab5aade
parent299d5dd5d06ec253fad31974e80b185a5e418372 (diff)
add F25 bench
-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 .