Skip to content

Commit a6ef9f1

Browse files
committed
.
1 parent d650080 commit a6ef9f1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/reports.yml

-4
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ jobs:
491491
jq ".compilation_reports | map({name: .artifact_name, value: (.time[:-1] | tonumber), unit: \"s\"}) " ./compilation_report.json > time_bench.json
492492
493493
- name: Store benchmark result
494-
continue-on-error: true
495494
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
496495
with:
497496
name: "Compilation Time"
@@ -540,7 +539,6 @@ jobs:
540539
jq ".memory_reports | map({name: .artifact_name, value: (.peak_memory | tonumber), unit: \"MB\"}) " ./memory_report.json > memory_bench.json
541540
542541
- name: Store benchmark result
543-
continue-on-error: true
544542
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
545543
with:
546544
name: "Compilation Memory"
@@ -591,7 +589,6 @@ jobs:
591589
jq ".memory_reports | map({name: .artifact_name, value: (.peak_memory | tonumber), unit: \"MB\"}) " ./execution_memory_report.json > memory_bench.json
592590
593591
- name: Store benchmark result
594-
continue-on-error: true
595592
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
596593
with:
597594
name: "Execution Memory"
@@ -641,7 +638,6 @@ jobs:
641638
jq ".execution_reports | map({name: .artifact_name, value: (.time[:-1] | tonumber), unit: \"s\"}) " ./execution_report.json > time_bench.json
642639
643640
- name: Store benchmark result
644-
continue-on-error: true
645641
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
646642
with:
647643
name: "Execution Time"

.github/workflows/test-js-packages.yml

-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ jobs:
622622
jq ".test_reports" < ./test_report.json > test_bench.json
623623
624624
- name: Store benchmark result
625-
continue-on-error: true
626625
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
627626
with:
628627
name: "Test Suite Duration"

0 commit comments

Comments
 (0)