Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotVU authored Oct 20, 2024
1 parent a82c7ac commit 25fed83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Benchmark
on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -20,7 +19,7 @@ jobs:
dotnet-version: 8.0.x

- name: Run benchmark
run: cd Benchmark && dotnet run -c Release --exporters json
run: cd Benchmark && dotnet run -c Release --exporters json --filter '*'

- name: Store benchmark results
uses: rhysd/github-action-benchmark@v1
Expand All @@ -30,3 +29,5 @@ jobs:
output-file-path: Benchmark/BenchmarkDotNet.Artifacts/results/Eliot.UELib.Benchmark.Benchmarks-report-full-compressed.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
alert-threshold: '200%'
comment-on-alert: true

0 comments on commit 25fed83

Please sign in to comment.