diff options
Diffstat (limited to 'cli/tools/bench/mitata.rs')
-rw-r--r-- | cli/tools/bench/mitata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/bench/mitata.rs b/cli/tools/bench/mitata.rs index 7ddea6f82..57d1fc1df 100644 --- a/cli/tools/bench/mitata.rs +++ b/cli/tools/bench/mitata.rs @@ -395,7 +395,7 @@ pub mod reporter { } else { s.push_str(&format!( "{}\n {}", - colors::bold("summary"), + colors::gray("summary"), colors::cyan_bold(&baseline.name) )); |