Skip to content

Commit

Permalink
Auto merge of #13901 - gmorenz:fix_bench, r=weihanglo
Browse files Browse the repository at this point in the history
Update benchmark formatting for new nightly
  • Loading branch information
bors committed May 11, 2024
2 parents 4de0094 + 4ea824b commit 2f17770
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testsuite/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,9 @@ fn many_similar_names() {
.build();

p.cargo("bench")
.with_stdout_contains("test bin_bench ... bench: 0 ns/iter (+/- 0)")
.with_stdout_contains("test lib_bench ... bench: 0 ns/iter (+/- 0)")
.with_stdout_contains("test bench_bench ... bench: 0 ns/iter (+/- 0)")
.with_stdout_contains("test bin_bench ... bench:[..]")
.with_stdout_contains("test lib_bench ... bench:[..]")
.with_stdout_contains("test bench_bench ... bench:[..]")
.run();
}

Expand Down

0 comments on commit 2f17770

Please sign in to comment.