File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
2- name : Benchmark.Net Example
1+ name : Benchmarker
32# TODO use this before merging
43# on:
54# push:
@@ -22,17 +21,17 @@ permissions:
2221
2322jobs :
2423 benchmark :
25- name : Run Benchmark.Net benchmark example
24+ name : Run benchmarker
2625 runs-on : ubuntu-latest
2726 steps :
2827 - uses : actions/checkout@v4
2928 - uses : actions/setup-dotnet@v3
3029 with :
3130 dotnet-version : 8.0.x
32- - name : Run benchmark
33- run : cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*' --memory --job 'Default'
31+ - name : Run temporal benchmarks
32+ run : cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*TemporalBenchmarks* ' --memory --job 'Default'
3433
35- - name : Store benchmark result
34+ - name : Store temporal benchmark result
3635 uses : rhysd/github-action-benchmark@v1
3736 with :
3837 name : Benchmark.Net Benchmark
You can’t perform that action at this time.
0 commit comments