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/package_json/basic/lib.bench.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/package_json/basic/lib.bench.out') diff --git a/cli/tests/testdata/package_json/basic/lib.bench.out b/cli/tests/testdata/package_json/basic/lib.bench.out index b16d9e7ac..fa9c5efc6 100644 --- a/cli/tests/testdata/package_json/basic/lib.bench.out +++ b/cli/tests/testdata/package_json/basic/lib.bench.out @@ -7,5 +7,5 @@ runtime: [WILDCARD] file:///[WILDCARD]/lib.bench.ts [WILDCARD] --------------------------------------------------- ----------------------------- +---------------------------------------------------------------- ----------------------------- should add [WILDCARD] -- cgit v1.2.3