diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/bench/group_baseline.out | 6 | ||||
-rw-r--r-- | cli/tests/testdata/bench/multifile_summary.out | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/cli/tests/testdata/bench/group_baseline.out b/cli/tests/testdata/bench/group_baseline.out index da7157b5b..2f84d6439 100644 --- a/cli/tests/testdata/bench/group_baseline.out +++ b/cli/tests/testdata/bench/group_baseline.out @@ -6,7 +6,7 @@ noop2 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] summary noo[WILDCARD] - [WILDCARD]x times [WILDCARD] than noo[WILDCARD] + [WILDCARD]x [WILDCARD] than noo[WILDCARD] noop3 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 2x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] @@ -14,5 +14,5 @@ parse url 6x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WI summary parse url 2x - [WILDCARD]x times slower than noop3 - [WILDCARD]x times faster than parse url 6x + [WILDCARD]x slower than noop3 + [WILDCARD]x faster than parse url 6x diff --git a/cli/tests/testdata/bench/multifile_summary.out b/cli/tests/testdata/bench/multifile_summary.out index fffed0226..568312100 100644 --- a/cli/tests/testdata/bench/multifile_summary.out +++ b/cli/tests/testdata/bench/multifile_summary.out @@ -12,7 +12,7 @@ noop2 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] summary noo[WILDCARD] - [WILDCARD]x times [WILDCARD] than noo[WILDCARD] + [WILDCARD]x [WILDCARD] than noo[WILDCARD] noop3 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 2x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] @@ -20,8 +20,8 @@ parse url 6x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WI summary parse url 2x - [WILDCARD]x times slower than noop3 - [WILDCARD]x times faster than parse url 6x + [WILDCARD]x slower than noop3 + [WILDCARD]x faster than parse url 6x [WILDCARD]/bench/pass.ts benchmark time (avg) (min … max) p75 p99 p995 @@ -45,7 +45,7 @@ noop2 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] summary noo[WILDCARD] - [WILDCARD]x times [WILDCARD] than noo[WILDCARD] + [WILDCARD]x [WILDCARD] than noo[WILDCARD] noop3 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] parse url 2x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] @@ -53,5 +53,5 @@ parse url 6x [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WI summary parse url 2x - [WILDCARD]x times slower than noop3 - [WILDCARD]x times faster than parse url 6x + [WILDCARD]x slower than noop3 + [WILDCARD]x faster than parse url 6x |