Update build.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user