@@ -491,7 +491,6 @@ jobs:
491
491
jq ".compilation_reports | map({name: .artifact_name, value: (.time[:-1] | tonumber), unit: \"s\"}) " ./compilation_report.json > time_bench.json
492
492
493
493
- name : Store benchmark result
494
- continue-on-error : true
495
494
uses : benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
496
495
with :
497
496
name : " Compilation Time"
@@ -540,7 +539,6 @@ jobs:
540
539
jq ".memory_reports | map({name: .artifact_name, value: (.peak_memory | tonumber), unit: \"MB\"}) " ./memory_report.json > memory_bench.json
541
540
542
541
- name : Store benchmark result
543
- continue-on-error : true
544
542
uses : benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
545
543
with :
546
544
name : " Compilation Memory"
@@ -591,7 +589,6 @@ jobs:
591
589
jq ".memory_reports | map({name: .artifact_name, value: (.peak_memory | tonumber), unit: \"MB\"}) " ./execution_memory_report.json > memory_bench.json
592
590
593
591
- name : Store benchmark result
594
- continue-on-error : true
595
592
uses : benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
596
593
with :
597
594
name : " Execution Memory"
@@ -641,7 +638,6 @@ jobs:
641
638
jq ".execution_reports | map({name: .artifact_name, value: (.time[:-1] | tonumber), unit: \"s\"}) " ./execution_report.json > time_bench.json
642
639
643
640
- name : Store benchmark result
644
- continue-on-error : true
645
641
uses : benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
646
642
with :
647
643
name : " Execution Time"
0 commit comments