summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-07-03 10:01:04 -0700
committerJim Meyering <meyering@fb.com>2022-07-03 10:01:04 -0700
commit90bc5d93f167da68b78bc5e0797af1e9dfe17ce0 (patch)
treeb40e40204f0b835706bfbff3046965026a6011ce /tests
parentc9ac429ddddd573d75d59b90e2cd1564fbedddbc (diff)
downloadgrep-90bc5d93f167da68b78bc5e0797af1e9dfe17ce0.tar.gz
tests: do not emit ratio of test durations
* tests/hash-collision-perf (ratio): Remove stray diagnostic.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/hash-collision-perf1
1 files changed, 0 insertions, 1 deletions
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,