summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <geertjanzwiers@protonmail.com>2022-05-19 23:39:59 +0200
committerGitHub <noreply@github.com>2022-05-19 23:39:59 +0200
commit4daf1bb81ad95652becb16f555efc48a2693cd74 (patch)
tree5bf9578d1ec6a7dde06cefdd74e34b674ef1742b
parent5ffcbcfcc84b9cce891acb165bc7644ec4a0fe64 (diff)
fix(bench): update typo in bench summary (#14672)
-rw-r--r--Cargo.lock4
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/tests/testdata/bench/group_baseline.out6
-rw-r--r--cli/tests/testdata/bench/multifile_summary.out12
4 files changed, 12 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ca2e53f53..1837cf601 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2498,9 +2498,9 @@ dependencies = [
[[package]]
name = "mitata"
-version = "0.0.6"
+version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "975d43e4088e68e8b18c81e866185c71d1682d3cf923ed6e98be0c6173d80f77"
+checksum = "21fd49a3bd69c5be5d2c21899e2995ed99193b48e2c9f3ac09596a0d69f7fa79"
dependencies = [
"clap",
]
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c333c01cc..2c7c35e11 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -74,7 +74,7 @@ import_map = "=0.9.0"
jsonc-parser = { version = "=0.19.0", features = ["serde"] }
libc = "=0.2.124"
log = { version = "=0.4.16", features = ["serde"] }
-mitata = '=0.0.6'
+mitata = '=0.0.7'
node_resolver = "=0.1.1"
notify = "=5.0.0-pre.14"
once_cell = "=1.10.0"
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