We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7bcfa commit db2d64dCopy full SHA for db2d64d
.github/workflows/perf-baseline.yml
@@ -73,6 +73,7 @@ jobs:
73
shell: bash
74
75
- name: Run Performance Tests
76
+ continue-on-error: true
77
run: cargo test --release --features ci-perf --target ${{ matrix.target }} --test e2e_performance test_performance_summary -- --nocapture 2>&1 | tee perf-output.txt
78
env:
79
RUST_BACKTRACE: 1
.github/workflows/perf-tests.yml
@@ -79,6 +79,7 @@ jobs:
80
81
82
83
84
85
0 commit comments