Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
XantreDev committed Aug 11, 2024
1 parent 9e4204c commit 966f37a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codspeed-benchmarks
on:
push:
branches:
- 'main' # or "main"
- 'main'
pull_request:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions benchmarks/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ bench.add('twMerge (collection)', () => {
})
;(async () => {
await bench.run()
// eslint-disable-next-line no-console
console.table(bench.table())
})()

0 comments on commit 966f37a

Please sign in to comment.