Update build.yml

This commit is contained in:
Asriel Camora
2023-11-09 18:27:04 -08:00
committed by GitHub
parent c95c2b9259
commit d496a10385
+2 -2
View File
@@ -109,7 +109,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: BenchmarkResults name: BenchmarkResults
path: BenchmarkDotNet.Artifacts/results path: BenchmarkDotNet.Artifacts
- name: Cache Benchmark Data - name: Cache Benchmark Data
uses: actions/cache@v1 uses: actions/cache@v1
@@ -121,7 +121,7 @@ jobs:
uses: rhysd/github-action-benchmark@v1 uses: rhysd/github-action-benchmark@v1
with: with:
tool: benchmarkdotnet tool: benchmarkdotnet
output-file-path: BenchmarkDotNet.Artifacts/results/Craftimizer.Benchmark-report-full-compressed.json output-file-path: BenchmarkDotNet.Artifacts/results/Craftimizer.Benchmark.Bench-report-full-compressed.json
external-data-json-path: ./bench-cache/external.json external-data-json-path: ./bench-cache/external.json
github-token: ${{secrets.GITHUB_TOKEN}} github-token: ${{secrets.GITHUB_TOKEN}}
comment-always: true comment-always: true