Skip to content

Commit 16f3ae2

Browse files
author
Martin Boje Carpentier
committed
Small update of the benchmark action
1 parent 860529d commit 16f3ae2

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/continous-benchmark.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,8 @@ jobs:
3636
# What benchmark tool the output.txt came from
3737
tool: 'benchmarkdotnet'
3838
# 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
39+
output-file-path: 'BenchmarkDotNet.Artifacts/results/GeoJSON.Text.Test.Benchmark.Serialize.SerializeFeatureCollectionLinestring-report-full-compressed.json'
4040
# Workflow will fail when an alert happens
4141
fail-on-alert: true
4242
# Upload the updated cache file for the next job by actions/cache
43-
# Run `github-action-benchmark` action
44-
- name: Store benchmark result for deserialize feature collection
45-
uses: Happypig375/github-action-benchmark@v1
46-
with:
47-
# What benchmark tool the output.txt came from
48-
tool: 'benchmarkdotnet'
49-
# Where the output from the benchmark tool is stored
50-
output-file-path: BenchmarkDotNet.Artifacts/results/GeoJSON.Text.Test.Benchmark.Deserialize.DeserializeFeatureCollectionLinestring-report-full-compressed.json
51-
# Workflow will fail when an alert happens
52-
fail-on-alert: true
53-
# Upload the updated cache file for the next job by actions/cache
43+
# Run `github-action-benchmark` action

0 commit comments

Comments
 (0)