diff options
| author | Raashid Anwar <raashid12anwar@gmail.com> | 2023-12-18 04:27:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 22:57:14 +0000 |
| commit | 9ede8d7b69c1d2859bb03e5bdffd7407042914ec (patch) | |
| tree | 12776cfaab9387d2260cfe48d793a7010fd7c673 /cli/tests/testdata/bench/group_baseline.out | |
| parent | 4c2c053afeae3ba359ffc4b858877e69bae4c4dd (diff) | |
fix(bench): added group banner to bench output. (#21551)
Added group banner to bench output.
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/testdata/bench/group_baseline.out')
| -rw-r--r-- | cli/tests/testdata/bench/group_baseline.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/bench/group_baseline.out b/cli/tests/testdata/bench/group_baseline.out index cafded7da..5de0ac1fe 100644 --- a/cli/tests/testdata/bench/group_baseline.out +++ b/cli/tests/testdata/bench/group_baseline.out @@ -8,6 +8,7 @@ summary noo[WILDCARD] [WILDCARD]x [WILDCARD] than noo[WILDCARD] +group url noop3 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 2x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 200x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] @@ -16,3 +17,4 @@ summary parse url 2x [WILDCARD]x slower than noop3 [WILDCARD]x faster than parse url 200x + |
