Merged
Conversation
…der various configurations
…benchmark artifacts
…pdate `.gitignore` for benchmark artifacts
…configuration tips to README
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #29 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 3 3
Lines 76 76
Branches 12 12
=======================================
Hits 71 71
Misses 2 2
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add some benchmarking.
Raw results
BenchmarkDotNet v0.14.0, Windows 11 (10.0.26200.8037)
Intel Core Ultra 7 265K, 1 CPU, 20 logical and 20 physical cores
.NET SDK 10.0.201
[Host] : .NET 8.0.25 (8.0.2526.11203), X64 RyuJIT AVX2
DefaultJob : .NET 8.0.25 (8.0.2526.11203), X64 RyuJIT AVX2
// * Hints *
Outliers
ShortIdLengthBenchmarks.Generate: Default -> 4 outliers were removed (35.57 ns..36.65 ns)
ShortIdLengthBenchmarks.Generate: Default -> 1 outlier was removed (35.15 ns)
ShortIdLengthBenchmarks.Generate: Default -> 2 outliers were removed (36.49 ns, 36.66 ns)
ShortIdLengthBenchmarks.Generate: Default -> 1 outlier was removed (36.61 ns)
ShortIdLengthBenchmarks.Generate: Default -> 1 outlier was removed (38.99 ns)
ShortIdLengthBenchmarks.Generate: Default -> 3 outliers were removed (41.90 ns..42.15 ns)
ShortIdLengthBenchmarks.Generate: Default -> 2 outliers were removed (43.88 ns, 44.81 ns)
// * Legends *
Length : Value of the 'Length' parameter
Mean : Arithmetic mean of all measurements
Error : Half of 99.9% confidence interval
StdDev : Standard deviation of all measurements
Median : Value separating the higher half of all measurements (50th percentile)
Gen0 : GC Generation 0 collects per 1000 operations
Allocated : Allocated memory per single operation (managed only, inclusive, 1KB = 1024B)
1 ns : 1 Nanosecond (0.000000001 sec)
BenchmarkDotNet v0.14.0, Windows 11 (10.0.26200.8037)
Intel Core Ultra 7 265K, 1 CPU, 20 logical and 20 physical cores
.NET SDK 10.0.201
[Host] : .NET 8.0.25 (8.0.2526.11203), X64 RyuJIT AVX2
DefaultJob : .NET 8.0.25 (8.0.2526.11203), X64 RyuJIT AVX2
// * Hints *
Outliers
ShortIdOptionsBenchmarks.LettersOnly: Default -> 1 outlier was removed (28.07 ns)
ShortIdOptionsBenchmarks.LettersAndNumbers: Default -> 2 outliers were removed (38.26 ns, 40.97 ns)
ShortIdOptionsBenchmarks.FullCharset: Default -> 1 outlier was removed (47.28 ns)
ShortIdOptionsBenchmarks.Sequential: Default -> 1 outlier was removed (79.53 ns)
// * Legends *
Mean : Arithmetic mean of all measurements
Error : Half of 99.9% confidence interval
StdDev : Standard deviation of all measurements
Ratio : Mean of the ratio distribution ([Current]/[Baseline])
RatioSD : Standard deviation of the ratio distribution ([Current]/[Baseline])
1 ns : 1 Nanosecond (0.000000001 sec)