Skip to content

Drop .NET 7 and benchmark only .NET 8 given it is now released #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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