Skip to content

Commit fd3628a

Browse files
committed
Fix pathing
1 parent 8be2c3e commit fd3628a

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
name: Benchmark.Net Benchmark
5959
tool: 'benchmarkdotnet'
60-
output-file-path: examples/benchmarkdotnet/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json
60+
output-file-path: tests/DynamoDBGenerator.SourceGenerator.Benchmarks/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
auto-push: true
6363
# Show alert with commit comment on detecting possible performance regression
@@ -66,17 +66,17 @@ jobs:
6666
fail-on-alert: true
6767
alert-comment-cc-users: '@inputfalken'
6868

69-
- name: Store benchmark result - separate results repo
70-
uses: rhysd/github-action-benchmark@v1
71-
with:
72-
name: Benchmark.Net Benchmark
73-
tool: 'benchmarkdotnet'
74-
output-file-path: examples/benchmarkdotnet/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json
75-
github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
76-
auto-push: true
77-
# Show alert with commit comment on detecting possible performance regression
78-
alert-threshold: '200%'
79-
comment-on-alert: true
80-
fail-on-alert: true
81-
alert-comment-cc-users: '@inputfalken'
82-
gh-repository: 'github.com/benchmark-action/github-action-benchmark-results'
69+
# - name: Store benchmark result - separate results repo
70+
# uses: rhysd/github-action-benchmark@v1
71+
# with:
72+
# name: Benchmark.Net Benchmark
73+
# tool: 'benchmarkdotnet'
74+
# output-file-path: tests/DynamoDBGenerator.SourceGenerator.Benchmarks/BenchmarkDotNet.Artifacts/results/Sample.Benchmarks-report-full-compressed.json
75+
# github-token: ${{ secrets.BENCHMARK_ACTION_BOT_TOKEN }}
76+
# auto-push: true
77+
# # Show alert with commit comment on detecting possible performance regression
78+
# alert-threshold: '200%'
79+
# comment-on-alert: true
80+
# fail-on-alert: true
81+
# alert-comment-cc-users: '@inputfalken'
82+
# gh-repository: 'github.com/benchmark-action/github-action-benchmark-results'

0 commit comments

Comments
 (0)