File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-dotnet@v3
1818 with :
19- dotnet-version : 8 .0.x
19+ dotnet-version : 10 .0.x
2020 - name : Run
2121 run : dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*Marshalling.Comparison*' --memory --job 'Default'
2222 - name : Store
3838 - uses : actions/checkout@v4
3939 - uses : actions/setup-dotnet@v3
4040 with :
41- dotnet-version : 8 .0.x
41+ dotnet-version : 10 .0.x
4242 - name : Run
4343 run : dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*TemporalBenchmarks*' --memory --job 'Default'
4444 - name : Store
6262 - uses : actions/checkout@v4
6363 - uses : actions/setup-dotnet@v3
6464 with :
65- dotnet-version : 8 .0.x
65+ dotnet-version : 10 .0.x
6666 - name : Run
6767 run : dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*PrimitiveBenchmarks*' --memory --job 'Default'
6868 - name : Store
8686 - uses : actions/checkout@v4
8787 - uses : actions/setup-dotnet@v3
8888 with :
89- dotnet-version : 8 .0.x
89+ dotnet-version : 10 .0.x
9090 - name : Run
9191 run : dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*CollectionBenchmarks*' --memory --job 'Default'
9292 - name : Store
Original file line number Diff line number Diff line change 3232 - name : Setup .NET
3333 uses : actions/setup-dotnet@v2
3434 with :
35- dotnet-version : 8 .0.x
35+ dotnet-version : 10 .0.x
3636 - name : Restore dependencies
3737 run : dotnet restore
3838 - name : Build
You can’t perform that action at this time.
0 commit comments