summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/no_prompt_by_default.out
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2023-08-02 01:55:23 +0200
committerGitHub <noreply@github.com>2023-08-01 23:55:23 +0000
commit36ae37604a0ddab4349df6eb6fafb8ae39fd20fc (patch)
treebf2530f8e7d2a7afa58a3f29900cb0721efc97c4 /cli/tests/testdata/bench/no_prompt_by_default.out
parentfec34d8069517be195193cd3578e7988d39fd0e1 (diff)
feat(bench): print iter/s in the report (#19994)
This commit adds "iter/s" column to the console report generated by "deno bench" subcommand.
Diffstat (limited to 'cli/tests/testdata/bench/no_prompt_by_default.out')
-rw-r--r--cli/tests/testdata/bench/no_prompt_by_default.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/bench/no_prompt_by_default.out b/cli/tests/testdata/bench/no_prompt_by_default.out
index a73971a9b..4c7e7f146 100644
--- a/cli/tests/testdata/bench/no_prompt_by_default.out
+++ b/cli/tests/testdata/bench/no_prompt_by_default.out
@@ -2,8 +2,8 @@
runtime: deno [WILDCARD] ([WILDCARD])
[WILDCARD]/bench/no_prompt_by_default.ts
-benchmark time (avg) (min … max) p75 p99 p995
-------------------------------------------------- -----------------------------
+benchmark time (avg) iter/s (min … max) p75 p99 p995
+--------------------------------------------------------------- -----------------------------
no prompt error: PermissionDenied: Requires read access to "./some_file.txt", run again with the --allow-read flag
[WILDCARD]
error: Bench failed