Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Perf] Changes at 4/17/2021 8:33:34 AM #5172

Open
performanceautofiler bot opened this issue Apr 20, 2021 · 1 comment
Open

[Perf] Changes at 4/17/2021 8:33:34 AM #5172

performanceautofiler bot opened this issue Apr 20, 2021 · 1 comment

Comments

@performanceautofiler
Copy link

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Collections.IterateForEach<String>

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Queue - Duration of single invocation 3.03 μs 2.59 μs 0.86 0.11
ImmutableStack - Duration of single invocation 1.59 μs 1.39 μs 0.87 0.16
ImmutableQueue - Duration of single invocation 4.65 μs 4.14 μs 0.89 0.12

graph
graph
graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.IterateForEach&lt;String&gt;*'

Payloads

Baseline
Compare

Histogram

System.Collections.IterateForEach<String>.Queue(Size: 512)


System.Collections.IterateForEach<String>.ImmutableStack(Size: 512)


System.Collections.IterateForEach<String>.ImmutableQueue(Size: 512)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

### Run Information
Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Tests.Perf_String

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
PadLeft - Duration of single invocation 631.34 ns 206.99 ns 0.33 0.00
TrimStart_CharArr - Duration of single invocation 4.30 ns 2.99 ns 0.70 0.12
Split - Duration of single invocation 22.00 ns 19.41 ns 0.88 0.13
PadLeft - Duration of single invocation 13.48 ns 11.47 ns 0.85 0.08
Split - Duration of single invocation 22.78 ns 19.76 ns 0.87 0.10

graph
graph
graph
graph
graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Tests.Perf_String*'

Payloads

Baseline
Compare

Histogram

System.Tests.Perf_String.PadLeft(n: 2142)


System.Tests.Perf_String.TrimStart_CharArr(s: "Test", c: [' ', ' '])


System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: None)


System.Tests.Perf_String.PadLeft(n: 18)


System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: RemoveEmptyEntries)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Memory.Span<Char>

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Fill - Duration of single invocation 111.70 ns 11.74 ns 0.11 0.02

graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.Span&lt;Char&gt;*'

Payloads

Baseline
Compare

Histogram

System.Memory.Span<Char>.Fill(Size: 512)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Collections.IterateForEach<Int32>

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
ImmutableStack - Duration of single invocation 1.59 μs 1.35 μs 0.85 0.05
Queue - Duration of single invocation 1.61 μs 1.35 μs 0.84 0.04

graph
graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.IterateForEach&lt;Int32&gt;*'

Payloads

Baseline
Compare

Histogram

System.Collections.IterateForEach<Int32>.ImmutableStack(Size: 512)


System.Collections.IterateForEach<Int32>.Queue(Size: 512)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Collections.Tests.Perf_BitArray

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
BitArraySetAll - Duration of single invocation 29.52 ns 7.87 ns 0.27 0.13
BitArrayCopyToByteArray - Duration of single invocation 125.69 ns 96.73 ns 0.77 0.02
BitArrayLengthValueCtor - Duration of single invocation 17.59 ns 14.90 ns 0.85 0.21

graph
graph
graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.Tests.Perf_BitArray*'

Payloads

Baseline
Compare

Histogram

System.Collections.Tests.Perf_BitArray.BitArraySetAll(Size: 512)


System.Collections.Tests.Perf_BitArray.BitArrayCopyToByteArray(Size: 512)


System.Collections.Tests.Perf_BitArray.BitArrayLengthValueCtor(Size: 512)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Run Information

Architecture x64
OS ubuntu 18.04
Baseline 4573751df68588c7cd0eb607e7c2b7a66d2d8434
Compare df6da138702c76f19299627b1ee89837d16ed219
Diff Diff

Improvemnts in System.Memory.Span<Int32>

Benchmark Baseline Test Test/Base Test Quality Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
Fill - Duration of single invocation 111.93 ns 27.00 ns 0.24 0.02

graph
Historical Data in Reporting System

Repro

git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Memory.Span&lt;Int32&gt;*'

Payloads

Baseline
Compare

Histogram

System.Memory.Span<Int32>.Fill(Size: 512)


Docs

Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant