diff options
author | evan <github@evan.lol> | 2022-04-23 15:20:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 14:20:28 +0200 |
commit | 602097ab6e7edd1f97ad081e4b0462b323608f37 (patch) | |
tree | fe49c250bdb1142dbdd631eddf87034965543976 /cli/tests/integration/bench_tests.rs | |
parent | 4cc5b2126a8a5aca42ad37d8d385635411f40f78 (diff) |
fix(bench): report pending summary before clearing (#14369)
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 c646691dc..6199e5b80 100644 --- a/cli/tests/integration/bench_tests.rs +++ b/cli/tests/integration/bench_tests.rs @@ -76,7 +76,7 @@ itest!(only { }); itest!(multifile_summary { - args: "bench --unstable bench/pass.ts bench/group_baseline.ts", + args: "bench --unstable bench/group_baseline.ts bench/pass.ts bench/group_baseline.ts", exit_code: 0, output: "bench/multifile_summary.out", }); |