Conversation
📊 Benchmark Results
PR branch
|
| Method | PhoneNumberCount | Mean | Error | StdDev | Gen0 | Gen1 | Allocated |
|---|---|---|---|---|---|---|---|
| InputDigitPerKeystroke | 1000 | 4.681 ms | 0.0506 ms | 0.0474 ms | 242.1875 | 7.8125 | 3.9 MB |
BenchmarkDotNet v0.15.8, Windows 11 (10.0.26100.32995/24H2/2024Update/HudsonValley) (Hyper-V)
AMD EPYC 7763 2.44GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
[Host] : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
Job-AMQORM : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
Runtime=.NET 10.0 InvocationCount=1 IterationCount=20
LaunchCount=1 RunStrategy=ColdStart UnrollFactor=1
WarmupCount=1
| Method | Mean | Error | StdDev | Allocated |
|---|---|---|---|---|
| CreateInstance | 316.4 μs | 103.4 μs | 119.1 μs | 75.05 KB |
| CreateInstanceAndLoadAllRegions | 8,664.4 μs | 467.8 μs | 538.8 μs | 1575.89 KB |
| FirstRegionLookup | 361.8 μs | 129.7 μs | 149.4 μs | 80.11 KB |
BenchmarkDotNet v0.15.8, Windows 11 (10.0.26100.32995/24H2/2024Update/HudsonValley) (Hyper-V)
AMD EPYC 7763 2.44GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
[Host] : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
.NET 10.0 : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
Job=.NET 10.0 Runtime=.NET 10.0
| Method | PhoneNumberCount | Mean | Error | StdDev | Gen0 | Allocated |
|---|---|---|---|---|---|---|
| ExtractPossibleNumber_CleanInput | 1000 | 22.73 μs | 0.133 μs | 0.124 μs | - | - |
| ExtractPossibleNumber_WithLeadingJunk | 1000 | 35.91 μs | 0.396 μs | 0.351 μs | 2.8687 | 48360 B |
BenchmarkDotNet v0.15.8, Windows 11 (10.0.26100.32995/24H2/2024Update/HudsonValley) (Hyper-V)
AMD EPYC 7763 2.44GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
[Host] : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
.NET 10.0 : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
Job=.NET 10.0 Runtime=.NET 10.0
| Method | PhoneNumberCount | Mean | Error | StdDev | Gen0 | Allocated |
|---|---|---|---|---|---|---|
| FindNumbers_Valid | 100 | 157.2 μs | 1.65 μs | 1.54 μs | 4.1504 | 69.93 KB |
| FindNumbers_StrictGrouping | 100 | 336.8 μs | 2.79 μs | 2.61 μs | 7.3242 | 123.3 KB |
BenchmarkDotNet v0.15.8, Windows 11 (10.0.26100.32995/24H2/2024Update/HudsonValley) (Hyper-V)
AMD EPYC 7763 2.44GHz, 1 CPU, 4 logical and 2 physical cores
.NET SDK 10.0.302
[Host] : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
.NET 10.0 : .NET 10.0.10 (10.0.10, 10.0.1026.32716), X64 RyuJIT x86-64-v3
Job=.NET 10.0 Runtime=.NET 10.0
| Method | PhoneNumberCount | Mean | Error | StdDev | Gen0 | Allocated |
|---|---|---|---|---|---|---|
| ParseValidateAndFormatPhoneNumbers | 1000 | 2.682 ms | 0.0239 ms | 0.0224 ms | 35.1563 | 582.48 KB |
| ParseValidateAndFormatPhoneNumbers | 10000 | 26.380 ms | 0.3603 ms | 0.3008 ms | 343.7500 | 5818.97 KB |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #363 +/- ##
==========================================
- Coverage 98.06% 98.06% -0.01%
==========================================
Files 40 40
Lines 52972 52975 +3
Branches 1126 1127 +1
==========================================
+ Hits 51948 51949 +1
- Misses 779 780 +1
- Partials 245 246 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Aug 3, 2026
Closed
Closed
This was referenced Aug 11, 2026
This was referenced Aug 18, 2026
This was referenced Aug 27, 2026
This was referenced Sep 1, 2026
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.
Changes