From 90bc5d93f167da68b78bc5e0797af1e9dfe17ce0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 3 Jul 2022 10:01:04 -0700 Subject: tests: do not emit ratio of test durations * tests/hash-collision-perf (ratio): Remove stray diagnostic. --- tests/hash-collision-perf | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/hash-collision-perf b/tests/hash-collision-perf index 7b8d373d..594c5419 100755 --- a/tests/hash-collision-perf +++ b/tests/hash-collision-perf @@ -44,7 +44,6 @@ large_ms=$(LC_ALL=C user_time_ 1 grep --file=in empty) || fail=1 # Deliberately recording in an unused variable so it # shows up in set -x output, in case this test fails. ratio=$(expr "$large_ms" / "$small_ms") -warn_ ratio=$ratio # The duration of the latter run must be no more than 10 times # that of the former. Using recent versions prior to this fix, -- cgit v1.2.1