diff options
author | Raashid Anwar <raashid12anwar@gmail.com> | 2023-12-18 04:27:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 22:57:14 +0000 |
commit | 9ede8d7b69c1d2859bb03e5bdffd7407042914ec (patch) | |
tree | 12776cfaab9387d2260cfe48d793a7010fd7c673 /cli/tools/bench/mitata.rs | |
parent | 4c2c053afeae3ba359ffc4b858877e69bae4c4dd (diff) |
fix(bench): added group banner to bench output. (#21551)
Added group banner to bench output.
---------
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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) )); |