Skip to content

Commit

Permalink
Adding benchmarks to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jan 1, 2024
1 parent d2a2bdb commit b32dd48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ jobs:
run: make tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Execute Benchmarks
run: make benchmarks

0 comments on commit b32dd48

Please sign in to comment.