Skip to content

Commit 2239c74

Browse files
committed
Test github-action-benchmark fork and cargo-criterion tool feature outlinedi n benchmark-action/github-action-benchmark#145
1 parent 0a1439d commit 2239c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
# external-data-json-path: ./benchmarks/requests-benchmarks.json
9696
# fail-on-alert: false
9797
- name: Store search benchmark result
98-
uses: benchmark-action/github-action-benchmark@v1
98+
uses: brainstorm/github-action-benchmark@v1
9999
with:
100100
name: Search benchmark
101-
tool: 'cargo'
101+
tool: 'cargo-criterion'
102102
output-file-path: /home/runner/work/htsget-rs/htsget-rs/output.txt
103103
#external-data-json-path: search-benchmarks.json
104104
fail-on-alert: false

0 commit comments

Comments
 (0)