From 36ae37604a0ddab4349df6eb6fafb8ae39fd20fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 2 Aug 2023 01:55:23 +0200 Subject: feat(bench): print iter/s in the report (#19994) This commit adds "iter/s" column to the console report generated by "deno bench" subcommand. --- cli/tests/testdata/bench/file_protocol.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/testdata/bench/file_protocol.out') diff --git a/cli/tests/testdata/bench/file_protocol.out b/cli/tests/testdata/bench/file_protocol.out index 5a384e1fa..7086c861c 100644 --- a/cli/tests/testdata/bench/file_protocol.out +++ b/cli/tests/testdata/bench/file_protocol.out @@ -3,6 +3,6 @@ cpu: [WILDCARD] runtime: deno [WILDCARD] ([WILDCARD]) [WILDCARD]/bench/file_protocol.ts -benchmark time (avg) (min … max) p75 p99 p995 -------------------------------------------------- ----------------------------- +benchmark time (avg) iter/s (min … max) p75 p99 p995 +--------------------------------------------------------------- ----------------------------- bench0 [WILDCARD] [WILDCARD]/iter[WILDCARD]([WILDCARD] … [WILDCARD]) [WILDCARD] -- cgit v1.2.3