diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-08-02 01:55:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 23:55:23 +0000 |
| commit | 36ae37604a0ddab4349df6eb6fafb8ae39fd20fc (patch) | |
| tree | bf2530f8e7d2a7afa58a3f29900cb0721efc97c4 /cli/tests/testdata/package_json/basic/lib.bench.out | |
| parent | fec34d8069517be195193cd3578e7988d39fd0e1 (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/package_json/basic/lib.bench.out')
| -rw-r--r-- | cli/tests/testdata/package_json/basic/lib.bench.out | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
