Skip to content

Commit

Permalink
Rename 'Result Comparison'
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Mar 24, 2018
1 parent 355765e commit 697deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperfine/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn write_benchmark_comparison(results: &Vec<BenchmarkResult>) {
}
}

println!("{}\n", "Result Comparison".bold());
println!("{}\n", "Summary".bold());
println!("'{}' ran", fastest_item.command.cyan());
longer_items.sort_by(|l, r| l.mean.partial_cmp(&r.mean).unwrap_or(Ordering::Equal));

Expand Down

0 comments on commit 697deb6

Please sign in to comment.