File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
github.event_name == 'workflow_dispatch'}}
35
35
run : |
36
36
tests/bench-aggregator.py
37
- - name : Store benchmark results
38
- if : ${{ steps.changed-files.outputs.any_changed == 'true' ||
39
- github.event_name == 'workflow_dispatch'}}
40
- uses : benchmark-action/github-action-benchmark@v1
41
- with :
42
- name : Benchmarks
43
- tool : ' customBiggerIsBetter'
44
- output-file-path : benchmark_output.json
45
- github-token : ${{ secrets.RV32EMU_BENCH_TOKEN }}
46
- gh-repository : ' github.com/sysprog21/rv32emu-bench'
47
- gh-pages-branch : ' master'
48
- auto-push : true
49
- comment-always : true
50
- benchmark-data-dir-path : .
37
+ # - name: Store benchmark results
38
+ # if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
39
+ # github.event_name == 'workflow_dispatch'}}
40
+ # uses: benchmark-action/github-action-benchmark@v1
41
+ # with:
42
+ # name: Benchmarks
43
+ # tool: 'customBiggerIsBetter'
44
+ # output-file-path: benchmark_output.json
45
+ # github-token: ${{ secrets.RV32EMU_BENCH_TOKEN }}
46
+ # gh-repository: 'github.com/sysprog21/rv32emu-bench'
47
+ # gh-pages-branch: 'master'
48
+ # auto-push: true
49
+ # comment-always: true
50
+ # benchmark-data-dir-path: .
You can’t perform that action at this time.
0 commit comments