Skip to content

Commit

Permalink
Merge pull request #265 from wmundev/feature/remove-7-performance-test
Browse files Browse the repository at this point in the history
feat: remove dotnet 7 from performance test project
  • Loading branch information
twcclegg authored Aug 24, 2024
2 parents d30d7f0 + c5ee85e commit 598021c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace PhoneNumbers.PerformanceTest.Benchmarks
[MemoryDiagnoser]
[SimpleJob(RuntimeMoniker.Net48)]
[SimpleJob(RuntimeMoniker.Net60)]
[SimpleJob(RuntimeMoniker.Net70)]
[SimpleJob(RuntimeMoniker.Net80)]
public class PhoneNumberFormatBenchmark
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace PhoneNumbers.PerformanceTest.Benchmarks
[MemoryDiagnoser]
[SimpleJob(RuntimeMoniker.Net48)]
[SimpleJob(RuntimeMoniker.Net60)]
[SimpleJob(RuntimeMoniker.Net70)]
[SimpleJob(RuntimeMoniker.Net80)]
public class PhoneNumberParseBenchmark
{
Expand Down
1 change: 0 additions & 1 deletion csharp/PhoneNumbers.PerformanceTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Below you can see a sample of what the results might look like
| Method | Job | Runtime | Mean | Error | StdDev | Gen0 | Allocated |
|------------------ |------------------- |------------------- |---------:|----------:|----------:|-------:|----------:|
| FormatPhoneNumber | .NET 6.0 | .NET 6.0 | 1.234 us | 0.0158 us | 0.0124 us | 0.0076 | 152 B |
| FormatPhoneNumber | .NET 7.0 | .NET 7.0 | 1.307 us | 0.0015 us | 0.0013 us | 0.0076 | 152 B |
| FormatPhoneNumber | .NET 8.0 | .NET 8.0 | 1.141 us | 0.0080 us | 0.0071 us | 0.0076 | 152 B |
| FormatPhoneNumber | .NET Framework 4.8 | .NET Framework 4.8 | 2.746 us | 0.0114 us | 0.0101 us | 0.1335 | 851 B |

0 comments on commit 598021c

Please sign in to comment.