Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 9, 2024
1 parent b3d029d commit 622c073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
name: SteroidsDI Benchmarks
tool: 'benchmarkdotnet'
output-file-path: src/Benchmarks/BenchmarkDotNet.Artifacts/results/Combined.Benchmarks.json
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: '101%'
comment-on-alert: true
fail-on-alert: true
- name: AAA
run: echo 'https://$GITHUB_REPOSITORY_OWNER@sss'
- name: Push benchmarks results
if: github.event_name != 'pull_request'
run: git push 'https://sungam3r:${{ secrets.GITHUB_TOKEN }}@github.com/sungam3r/SteroidsDI.git' gh-pages:gh-pages
run: git push 'https://$GITHUB_REPOSITORY_OWNER:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git' gh-pages:gh-pages

1 comment on commit 622c073

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SteroidsDI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: 622c073 Previous: 8d92080 Ratio
Benchmarks.DeferBenchmarks.ResolveIDefer 116.35712545712789 ns (± 1.4424501674326597) 112.35701076189677 ns (± 0.23652338149774974) 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.