Skip to content

Commit be337b0

Browse files
committed
update benchmarks
1 parent adc88e9 commit be337b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE
2929
shell: pwsh
3030
- name: Run benchmarks
31-
run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -f net8.0
31+
run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet run -c RELEASE -f net10.0
3232
shell: pwsh
3333
- name: Write summary
3434
shell: pwsh

0 commit comments

Comments
 (0)