This commit is contained in:
thePR0M3TH3AN
2025-05-18 18:31:36 -04:00
parent 10c43bf805
commit 6ddb40ca18

View File

@@ -50,13 +50,6 @@ jobs:
- name: Run coverage
run: cargo tarpaulin --workspace --out Xml --fail-under 85
# Optionally upload the coverage report as an artifact:
#- name: Upload coverage report
# uses: actions/upload-artifact@v3
# with:
# name: coverage-report
# path: tarpaulin-report.xml
benchmark:
name: Performance Benchmark (Hyperfine)
needs: build-and-test
@@ -94,10 +87,4 @@ jobs:
if (( $(echo "$p95 > 3.0" | bc -l) )); then
echo "::error ::Performance threshold exceeded (P95 > 3.0s)"
exit 1
fi
# Optionally upload perf.json
#- name: Upload benchmark results
# uses: actions/upload-artifact@v3
# with:
# name: perf-results
# path: perf.json
fi