Skip to content

Commit

Permalink
Bump benchmark-action/github-action-benchmark from 1.18.0 to 1.19.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent a8b6493 commit 6846144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go test -bench=. -benchmem ./... | tee benchmark_result.txt
- name: Continuous Benchmark
uses: benchmark-action/github-action-benchmark@v1.18.0
uses: benchmark-action/github-action-benchmark@v1.19.2
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Go Library Benchmark
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
pytest tz_test.py --benchmark-json output.json | tee benchmark_result.txt
- name: Continuous Benchmark
uses: benchmark-action/github-action-benchmark@v1.18.0
uses: benchmark-action/github-action-benchmark@v1.19.2
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Python Library Benchmark
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: cargo bench | tee benchmark_result.txt

- name: Continuous Benchmark
uses: benchmark-action/github-action-benchmark@v1.18.0
uses: benchmark-action/github-action-benchmark@v1.19.2
if: ${{ github.ref == 'refs/heads/main' }}
with:
name: Rust Library Benchmark
Expand Down

0 comments on commit 6846144

Please sign in to comment.