commit:     607399995e0c735688d754a78011abe9327ad50e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 06:35:46 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 07:04:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60739999

eapi7-ver.eclass: Benchmark comparison more accurately

 eclass/tests/eapi7-ver_benchmark.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/tests/eapi7-ver_benchmark.sh 
b/eclass/tests/eapi7-ver_benchmark.sh
index 4f2fecd7f20..b1e3ccb78ae 100755
--- a/eclass/tests/eapi7-ver_benchmark.sh
+++ b/eclass/tests/eapi7-ver_benchmark.sh
@@ -78,7 +78,7 @@ replacing_versionator() {
 
 comparing() {
        local x
-       for x in {1..200}; do
+       for x in {1..500}; do
                ver_test 1b_p1 -le 1_p1
                ver_test 1.1b -le 1.1
                ver_test 12.2.5 -le 12.2b
@@ -143,5 +143,5 @@ get_times 1 cutting
 get_times 10 cutting_versionator
 get_times 1 replacing
 get_times 10 replacing_versionator
-get_times 5 comparing
+get_times 2 comparing
 get_times 10 comparing_versionator

Reply via email to