Skip to content

Commit

Permalink
Move 'benchmarking' over to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley-Kilgore committed Jan 22, 2025
1 parent 5781d9d commit cb69325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/aiken-project/src/telemetry/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit cb69325

Please sign in to comment.