Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-l committed Oct 27, 2020
1 parent f7fd955 commit bb84f87
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/hyperfine/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,17 +380,6 @@ pub fn run_benchmark(
system_str.blue()
);

// println!(
// " Range ({} … {} … {}): {:>8} … {:>8} … {:>8} {}",
// "min".cyan(),
// "median".blue(),
// "max".purple(),
// min_str.cyan(),
// median_str.blue(),
// max_str.purple(),
// num_str.dimmed()
// );

println!(
" Range ({} … {}): {:>8} … {:>8} (median: {}) {:>10}",
"min".cyan(),
Expand Down

0 comments on commit bb84f87

Please sign in to comment.