mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Rollup merge of #134556 - the8472:restore-ns-units, r=jieyouxu
[tiny] fix missing ns units in bootstrap's benchmark rendering
This commit is contained in:
@@ -242,7 +242,7 @@ fn render_suite_outcome(&self, outcome: Outcome<'_>, suite: &SuiteOutcome) {
|
||||
for bench in &self.benches {
|
||||
rows.push((
|
||||
&bench.name,
|
||||
format!("{:.2?}/iter", bench.median),
|
||||
format!("{:.2?}ns/iter", bench.median),
|
||||
format!("+/- {:.2?}", bench.deviation),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user