Update CI/CD

This commit is contained in:
Asriel Camora
2025-03-28 21:07:43 -07:00
parent 9961616554
commit 80bf0f72c3
-17
View File
@@ -110,20 +110,3 @@ jobs:
with:
name: BenchmarkResults
path: BenchmarkDotNet.Artifacts
- name: Cache Benchmark Data
uses: actions/cache@v4
with:
path: ./bench-cache
key: ${{runner.os}}-${{ github.head_ref || github.ref_name }}-benchmark
- name: Publish Benchmarks
uses: rhysd/github-action-benchmark@v1
with:
tool: benchmarkdotnet
output-file-path: BenchmarkDotNet.Artifacts/results/Craftimizer.Benchmark.Bench-report-full-compressed.json
external-data-json-path: ./bench-cache/external.json
github-token: ${{secrets.GITHUB_TOKEN}}
comment-always: true
alert-threshold: '150%'
alert-comment-cc-users: '@${{github.actor}}'