File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7979 - name : Run search benchmarks
8080 # run: cargo criterion --bench search-benchmarks --message-format=json -- LIGHT 1> search-benchmarks-${BENCH_TIMESTAMP}.json
8181 run : cargo criterion --bench search-benchmarks --message-format=json -- LIGHT | tee output.txt
82+ # examples are broken on https://github.com/benchmark-action/github-action-benchmark/tree/master/examples/criterion-rs
83+ # run: cargo bench -- --output-format bencher | tee output.txt ... nope: error: Unrecognized option: 'output-format'
8284 - name : Where is output.txt
8385 run : pwd && ls -alh && find .. -iname 'output.txt'
8486 # - name: Store requests benchmark result
9799 with :
98100 name : Search benchmark
99101 tool : ' cargo'
100- output-file-path : . /htsget-rs/output.txt
102+ output-file-path : /home/runner/work/htsget-rs /htsget-rs/output.txt
101103 # external-data-json-path: search-benchmarks.json
102104 fail-on-alert : false
103105 # Access token to deploy GitHub Pages branch
You can’t perform that action at this time.
0 commit comments