summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2023-10-10 14:40:36 +0100
committerGitHub <noreply@github.com>2023-10-10 14:40:36 +0100
commit0606c1140389d8e036087bb24e03bc43d727ffd0 (patch)
treec1b91f685e8fd9e56d3c54b7d37ccc8609fd4515 /cli/tests
parent6450334f5bbb059b55005cebfef57fa7969b625e (diff)
fix(bench): use total time when measuring wavg (#20862)
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/bench/explicit_start_and_end_low_precision.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/bench/explicit_start_and_end_low_precision.out b/cli/tests/testdata/bench/explicit_start_and_end_low_precision.out
index e9ac5a864..771164bac 100644
--- a/cli/tests/testdata/bench/explicit_start_and_end_low_precision.out
+++ b/cli/tests/testdata/bench/explicit_start_and_end_low_precision.out
@@ -6,4 +6,4 @@ benchmark time (avg) iter/s (min … max)
----------------------------------------------------------------------------- -----------------------------
noop with start and end [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD]
Warning: start() and end() calls in "noop with start and end" are ignored because it averages less
-than 0.01s per iteration. Remove them for better results.
+than 10µs per iteration. Remove them for better results.