File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : C-Chain Re-Execution Benchmark
2
2
3
3
on :
4
+ pull_request :
4
5
workflow_dispatch :
5
6
inputs :
6
7
start-block :
60
61
with :
61
62
path : ./cache
62
63
key : ${{ runner.os }}-reexecute-cchain-range-benchmark.json
63
- - name : Compare Benchmark Results
64
+ - name : Compare Benchmark Result
64
65
uses : benchmark-action/github-action-benchmark@v1
65
66
with :
66
67
tool : ' go'
73
74
auto-push : false
74
75
- name : Push Benchmark Result
75
76
if : github.event_name == 'schedule'
76
- run : git push origin gh-pages
77
+ uses : benchmark-action/github-action-benchmark@v1
78
+ with :
79
+ tool : ' go'
80
+ output-file-path : ${{ github.workspace }}/reexecute-cchain-range-benchmark-res.txt
81
+ external-data-json-path : ./cache/${{ runner.os }}-reexecute-cchain-range-benchmark.json
82
+ github-token : ${{ secrets.GITHUB_TOKEN }}
83
+ auto-push : true
You can’t perform that action at this time.
0 commit comments