diff options
author | Raashid Anwar <raashid12anwar@gmail.com> | 2023-12-18 04:27:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 22:57:14 +0000 |
commit | 9ede8d7b69c1d2859bb03e5bdffd7407042914ec (patch) | |
tree | 12776cfaab9387d2260cfe48d793a7010fd7c673 /cli/tests/integration/bench_tests.rs | |
parent | 4c2c053afeae3ba359ffc4b858877e69bae4c4dd (diff) |
fix(bench): added group banner to bench output. (#21551)
Added group banner to bench output.
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/integration/bench_tests.rs')
-rw-r--r-- | cli/tests/integration/bench_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/bench_tests.rs b/cli/tests/integration/bench_tests.rs index 6e61cd7f2..1d882121f 100644 --- a/cli/tests/integration/bench_tests.rs +++ b/cli/tests/integration/bench_tests.rs @@ -80,7 +80,7 @@ itest!(only { }); itest!(multifile_summary { - args: "bench bench/group_baseline.ts bench/pass.ts bench/group_baseline.ts", + args: "bench bench/group_baseline.ts bench/pass.ts bench/multiple_group.ts", exit_code: 0, output: "bench/multifile_summary.out", }); |