diff options
| author | Geert-Jan Zwiers <geertjanzwiers@protonmail.com> | 2022-06-02 03:03:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-02 03:03:28 +0200 |
| commit | 7d9e8baebb6c2534346e0823e2cc6408ebb8b1eb (patch) | |
| tree | 1a76d022a268bff487a2c693b25d358b180db1c4 /cli/tests/testdata/bench/group_baseline.out | |
| parent | c01fcef93fda43f1ebb0d8838ddbcd5945bb038b (diff) | |
chore: fix flaky `integration::bench::multifile_summary` test (#14771)
Diffstat (limited to 'cli/tests/testdata/bench/group_baseline.out')
| -rw-r--r-- | cli/tests/testdata/bench/group_baseline.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/testdata/bench/group_baseline.out b/cli/tests/testdata/bench/group_baseline.out index 2f84d6439..7d175ba1b 100644 --- a/cli/tests/testdata/bench/group_baseline.out +++ b/cli/tests/testdata/bench/group_baseline.out @@ -1,6 +1,6 @@ [WILDCARD]/bench/group_baseline.ts -benchmark time (avg) (min … max) p75 p99 p995 ----------------------------------------------------- ----------------------------- +benchmark time (avg) (min … max) p75 p99 p995 +------------------------------------------------------ ----------------------------- noop [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] noop2 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] @@ -10,9 +10,9 @@ summary noop3 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 2x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] -parse url 6x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] +parse url 200x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] summary parse url 2x [WILDCARD]x slower than noop3 - [WILDCARD]x faster than parse url 6x + [WILDCARD]x faster than parse url 200x |
