Skip to content

Commit 558c6e2

Browse files
authored
fixing a typo
1 parent dd071c6 commit 558c6e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ on:
2727
required: false
2828
default: --disableLogFile
2929
comparison-baseline:
30-
description: 'Compare against a previous result (expecting a link to *-report-full.json'
30+
description: 'Compare against a previous result (expecting a link to *-report-full.json)'
3131
required: true
32-
default: 'https://angularsen.github.io/UnitsNet-Benchmarks/benchmarks/netcoreapp50/results/UnitsNet.Benchmark.UnitsNetBenchmarks-report-full.json'
32+
default: 'https://angularsen.github.io/UnitsNet/benchmarks/netcoreapp50/results/UnitsNet.Benchmark.UnitsNetBenchmarks-report-full.json'
3333
comparison-threshold:
3434
description: 'The (comparison) threshold for Statistical Test. Examples: 5%, 10ms, 100ns, 1s'
3535
required: false
@@ -139,4 +139,4 @@ jobs:
139139
with:
140140
name: ${{ env.OUPUT_NAME }}
141141
path: artifacts
142-
142+

0 commit comments

Comments
 (0)