From 4daae0625ceaf2aa7aba7bf0a7230044d346e256 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jan 2018 14:13:41 +0100 Subject: add F25 bench --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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 . -- cgit