Move 'benchmarking' over to the left

This commit is contained in:
Riley-Kilgore 2025-01-22 15:15:06 -08:00 committed by Riley
parent 5781d9d202
commit cb69325af5
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
### Added
- **aiken-lang**: support for `bench` keyword to define benchmarks. @Riley-Kilgore
- **aiken**: support for `bench` keyword to define benchmarks. @Riley-Kilgore
## v1.1.10 - 2025-01-21

View File

@ -218,7 +218,7 @@ impl EventListener for Terminal {
Event::RunningBenchmarks => {
eprintln!(
"{} {}",
" Benchmarking"
" Benchmarking"
.if_supports_color(Stderr, |s| s.bold())
.if_supports_color(Stderr, |s| s.purple()),
"...".if_supports_color(Stderr, |s| s.bold())