-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: more testing with different benchmarks
- Loading branch information
Casper Bollen
authored and
Casper Bollen
committed
Oct 19, 2023
1 parent
a5ccbf4
commit 137dcf8
Showing
3 changed files
with
124 additions
and
57 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...enchmarkDotNet.Artifacts/results/Program.BigRationalBenchmarks-report-github.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
``` | ||
BenchmarkDotNet v0.13.9+228a464e8be6c580ad9408e98f18813f6407fb5a, macOS Sonoma 14.0 (23A344) [Darwin 23.0.0] | ||
Apple M2 Max, 1 CPU, 12 logical and 12 physical cores | ||
.NET SDK 6.0.415 | ||
[Host] : .NET 6.0.23 (6.0.2323.48002), Arm64 RyuJIT AdvSIMD DEBUG | ||
DefaultJob : .NET 6.0.23 (6.0.2323.48002), Arm64 RyuJIT AdvSIMD | ||
``` | ||
| Method | Mean | Error | StdDev | | ||
|-------------------- |----------:|----------:|----------:| | ||
| AllPairsBR_100 | 6.251 ms | 0.0584 ms | 0.0547 ms | | ||
| AllPairsBR_200 | 39.407 ms | 0.6607 ms | 0.6181 ms | | ||
| AllPairsBR_Rand_100 | 9.480 ms | 0.1136 ms | 0.1063 ms | | ||
| AllPairsBR_Rand_200 | 50.965 ms | 0.1216 ms | 0.1078 ms | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sudo dotnet run -c Release | ||
sudo dotnet run -c Release %* |