We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1439d commit 2239c74Copy full SHA for 2239c74
.github/workflows/action.yml
@@ -95,10 +95,10 @@ jobs:
95
# external-data-json-path: ./benchmarks/requests-benchmarks.json
96
# fail-on-alert: false
97
- name: Store search benchmark result
98
- uses: benchmark-action/github-action-benchmark@v1
+ uses: brainstorm/github-action-benchmark@v1
99
with:
100
name: Search benchmark
101
- tool: 'cargo'
+ tool: 'cargo-criterion'
102
output-file-path: /home/runner/work/htsget-rs/htsget-rs/output.txt
103
#external-data-json-path: search-benchmarks.json
104
fail-on-alert: false
0 commit comments