Skip to content

Commit

Permalink
Drop .NET 7 and benchmark only .NET 8 given it is now released (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Nov 16, 2023
1 parent 033dbd4 commit de3d2e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet run -c Release -f net8.0 --project src\Sep.Benchmarks\Sep.Benchmarks.csproj -- -m --warmupCount 5 --minIterationCount 3 --maxIterationCount 9 --runtimes net70 net80 --iterationTime 300
dotnet run -c Release -f net8.0 --project src\Sep.Benchmarks\Sep.Benchmarks.csproj -- -m --warmupCount 5 --minIterationCount 3 --maxIterationCount 9 --runtimes net80 --iterationTime 300
2 changes: 1 addition & 1 deletion comparison-bench.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet run -c Release -f net8.0 --project src/Sep.ComparisonBenchmarks/Sep.ComparisonBenchmarks.csproj -- -m --warmupCount 6 --minIterationCount 5 --maxIterationCount 15 --runtimes net70 net80 --iterationTime 300 --hide Type Quotes Reader RatioSD Gen0 Gen1 Gen2 Error Median StdDev
dotnet run -c Release -f net8.0 --project src/Sep.ComparisonBenchmarks/Sep.ComparisonBenchmarks.csproj -- -m --warmupCount 6 --minIterationCount 5 --maxIterationCount 15 --runtimes net80 --iterationTime 350 --hide Type Quotes Reader RatioSD Gen0 Gen1 Gen2 Error Median StdDev
2 changes: 1 addition & 1 deletion publish-tester.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet publish -r win-x64 -c Release -p:PublishAot=true .\src\Sep.tester\Sep.Tester.csproj
dotnet publish -r win-x64 -f net8.0 -c Release -p:PublishAot=true .\src\Sep.tester\Sep.Tester.csproj

0 comments on commit de3d2e6

Please sign in to comment.