File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -21,36 +21,20 @@ jobs:
21
21
with :
22
22
dotnet-version : ' 8.x'
23
23
- name : Run benchmark
24
- run : cd benchmark && dotnet run -c release -f net8.0 --exporters json
24
+ run : cd benchmark && dotnet run -c release -f net8.0 --filter * -- exporters json
25
25
26
26
- name : Download previous benchmark data
27
27
uses : actions/cache@v3
28
28
with :
29
29
path : ./cache
30
30
key : ${{ runner.os }}-benchmark
31
31
32
- - name : Store CreateAuthorizationHeader result
32
+ - name : Store TokenAcquisitionBenchmark benchmark results
33
33
uses : benchmark-action/github-action-benchmark@v1
34
34
with :
35
- name : CreateAuthorizationHeader
35
+ name : TokenAcquisitionBenchmarks
36
36
tool : ' benchmarkdotnet'
37
- output-file-path : benchmark/BenchmarkDotNet.Artifacts/results/Benchmarks.CreateAuthorizationHeader-report-full-compressed.json
38
- github-token : ${{ secrets.GITHUB_TOKEN }}
39
- auto-push : true
40
- # Show alert with commit comment on detecting possible performance regression
41
- alert-threshold : ' 130%'
42
- comment-on-alert : true
43
- fail-on-alert : true
44
- summary-always : true
45
- gh-pages-branch : gh-pages
46
- benchmark-data-dir-path : benchmarks
47
-
48
- - name : Store GetTokenAcquirer result
49
- uses : benchmark-action/github-action-benchmark@v1
50
- with :
51
- name : GetTokenAcquirer
52
- tool : ' benchmarkdotnet'
53
- output-file-path : benchmark/BenchmarkDotNet.Artifacts/results/Benchmarks.GetTokenAcquirer-report-full-compressed.json
37
+ output-file-path : benchmark/BenchmarkDotNet.Artifacts/results/Benchmarks.TokenAcquisitionBenchmark-report-full-compressed.json
54
38
github-token : ${{ secrets.GITHUB_TOKEN }}
55
39
auto-push : true
56
40
# Show alert with commit comment on detecting possible performance regression
You can’t perform that action at this time.
0 commit comments