mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Auto merge of #13901 - gmorenz:fix_bench, r=weihanglo
Update benchmark formatting for new nightly
This commit is contained in:
commit
2f17770a15
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user