We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f3ae2 commit a88cd70Copy full SHA for a88cd70
1 file changed
.github/workflows/continous-benchmark.yml
@@ -36,7 +36,7 @@ jobs:
36
# What benchmark tool the output.txt came from
37
tool: 'benchmarkdotnet'
38
# Where the output from the benchmark tool is stored
39
- output-file-path: 'BenchmarkDotNet.Artifacts/results/GeoJSON.Text.Test.Benchmark.Serialize.SerializeFeatureCollectionLinestring-report-full-compressed.json'
+ output-file-path: 'src/BenchmarkDotNet.Artifacts/results/GeoJSON.Text.Test.Benchmark.Serialize.SerializeFeatureCollectionLinestring-report-full-compressed.json'
40
# Workflow will fail when an alert happens
41
fail-on-alert: true
42
# Upload the updated cache file for the next job by actions/cache
0 commit comments