Skip to content

Commit

Permalink
fix: test benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Feb 19, 2024
1 parent 3e3b60c commit 2bd424b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- fix/test-benchmark

permissions:
# deployments permission to deploy GitHub pages website
Expand Down Expand Up @@ -39,12 +40,12 @@ jobs:
- name: Run search benchmarks
run: cargo criterion --bench search-benchmarks --message-format=json -- LIGHT 1> search-benchmarks-output.json
- name: Store search benchmark result
uses: brainstorm/github-action-benchmark@cargo-criterion-v3
uses: mmalenic/github-action-benchmark@cargo-criterion-v3
with:
name: Search benchmark
tool: "cargo-criterion"
output-file-path: search-benchmarks-output.json
native-benchmark-data-dir-path: target/criterion
fail-on-alert: false
github-token: ${{ secrets.HTSGET_RS_BENCHMARKS_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true

0 comments on commit 2bd424b

Please sign in to comment.