Open performanceautofiler[bot] opened 2 years ago
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | 007563949e53bad52dfcdf95927b0ce00101df4d |
Compare | 1f688ed75133664aa20c838fa451e2ecf9f1f424 |
Diff | Diff |
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
[Min - Duration of single invocation](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_AOT=true_CompliationMode=wasm_RunKind=micro/System.Linq.Tests.Perf_Enumerable.Min(input%3a%20IEnumerable).html>) | 2.47 μs | 2.16 μs | 0.88 | 0.26 | False |
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Linq.Tests.Perf_Enumerable*'
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | 007563949e53bad52dfcdf95927b0ce00101df4d |
Compare | 1f688ed75133664aa20c838fa451e2ecf9f1f424 |
Diff | Diff |
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
[Ctor_Span - Duration of single invocation](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_AOT=true_CompliationMode=wasm_RunKind=micro/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Span(address%3a%20%5b16%2c%2032%2c%2048%2c%2064%2c%2080%2c%20...%5d).html>) | 37.93 ns | 24.26 ns | 0.64 | 0.52 | False | |||||
[Ctor_Bytes - Duration of single invocation](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/refs/heads/main_x64_ubuntu 18.04_AOT=true_CompliationMode=wasm_RunKind=micro/System.Net.Primitives.Tests.IPAddressPerformanceTests.Ctor_Bytes(address%3a%20%5b16%2c%2032%2c%2048%2c%2064%2c%2080%2c%20...%5d).html>) | 39.22 ns | 33.62 ns | 0.86 | 0.52 | False |
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Net.Primitives.Tests.IPAddressPerformanceTests*'
@vargaz There are several improvements and a few substantial regressions with this change: https://github.com/dotnet/runtime/commit/c7c6aa032175f4ee48c38757d1d9f32df25f02c6. Is there anything to do about the regressions?
@naricc I think the ipaddress regressions are probably from https://github.com/dotnet/runtime/pull/75872
Run Information
Regressions in System.Net.Primitives.Tests.IPAddressPerformanceTests
Test Report
Repro