File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ jobs:
101101 - name : Create chart for benchmark reports
102102 run : node ci/github-actions/illustrate-benchmark-reports.js
103103
104+ - name : Upload benchmark reports
105+ 106+ continue-on-error : true
107+ with :
108+ name : benchmark-reports
109+ path : tmp.benchmark-report.*
110+
104111 - name : Post generated benchmark reports to pull request as a comment
105112 if : github.event_name == 'pull_request'
106113 continue-on-error : true
@@ -110,10 +117,3 @@ jobs:
110117
111118 - name : Check for performance regressions
112119 run : node ci/github-actions/check-for-performance-regressions.js
113-
114- - name : Upload benchmark reports
115- 116- continue-on-error : true
117- with :
118- name : benchmark-reports
119- path : tmp.benchmark-report.*
You can’t perform that action at this time.
0 commit comments