feat: run compatible workflows on ARM64 runners for potentially quicker build times - #360
Merged
Merged
Conversation
📊 Benchmark Results
PR branch
|
| Method | PhoneNumberCount | Mean | Error | StdDev | Gen0 | Gen1 | Allocated |
|---|---|---|---|---|---|---|---|
| InputDigitPerKeystroke | 1000 | 4.489 ms | 0.0142 ms | 0.0126 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 | 317.4 μs | 103.1 μs | 118.8 μs | 75.05 KB |
| CreateInstanceAndLoadAllRegions | 8,541.7 μs | 496.8 μs | 572.1 μs | 1575.89 KB |
| FirstRegionLookup | 363.2 μs | 132.0 μs | 152.0 μ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.21 μs | 0.072 μs | 0.064 μs | - | - |
| ExtractPossibleNumber_WithLeadingJunk | 1000 | 33.65 μs | 0.187 μs | 0.166 μ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 | 154.2 μs | 1.40 μs | 1.24 μs | 4.1504 | 69.93 KB |
| FindNumbers_StrictGrouping | 100 | 330.1 μs | 2.48 μs | 2.32 μ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.504 ms | 0.0252 ms | 0.0211 ms | 35.1563 | 582.48 KB |
| ParseValidateAndFormatPhoneNumbers | 10000 | 24.678 ms | 0.2458 ms | 0.2179 ms | 343.7500 | 5818.97 KB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 40 40
Lines 52972 52972
Branches 1126 1126
=======================================
Hits 51948 51948
Misses 779 779
Partials 245 245 ☔ 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 30, 2026
This was referenced Sep 8, 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.
No description provided.