-
Couldn't load subscription status.
- Fork 4
Description
Run Information
| Name | Value |
|---|---|
| Architecture | x64 |
| OS | Windows 10.0.22631 |
| Queue | ViperWindows |
| Baseline | cea112c04e144bb2ee6ee2515607fdc7dfb89d1a |
| Compare | d454419cb232cb5ef76c17968e13be8bad04a703 |
| Diff | Diff |
| Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Text.Perf_Ascii
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio |
|---|---|---|---|---|---|---|---|---|
| 6.36 ns | 5.15 ns | 0.81 | 0.02 | False | ||||
| 2.44 ns | 1.08 ns | 0.44 | 0.00 | False | ||||
| 2.44 ns | 0.81 ns | 0.33 | 0.00 | False | ||||
| 6.35 ns | 5.00 ns | 0.79 | 0.04 | False | ||||
| 3.60 ns | 2.25 ns | 0.63 | 0.08 | False | ||||
| 6.25 ns | 5.20 ns | 0.83 | 0.03 | False | ||||
| 3.52 ns | 2.17 ns | 0.62 | 0.05 | False | ||||
| 2.71 ns | 1.36 ns | 0.50 | 0.01 | False | ||||
| 4.36 ns | 3.35 ns | 0.77 | 0.01 | False | ||||
| 5.93 ns | 4.78 ns | 0.81 | 0.03 | False | ||||
| 4.23 ns | 2.88 ns | 0.68 | 0.20 | False | ||||
| 4.60 ns | 3.46 ns | 0.75 | 0.04 | False |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Text.Perf_Ascii*'System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes_Chars(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.IsValid_Bytes(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.IsValid_Chars(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Chars(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.Equals_Bytes(Size: 128)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.EqualsIgnoreCase_DifferentCase_Bytes(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.IsValid_Chars(Size: 128)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.IsValid_Bytes(Size: 128)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Chars(Size: 6)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.Equals_Chars(Size: 128)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.EqualsIgnoreCase_ExactlyTheSame_Bytes(Size: 128)
ETL Files
Histogram
JIT Disasms
System.Text.Perf_Ascii.Equals_Chars(Size: 6)
ETL Files
Histogram
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
| Name | Value |
|---|---|
| Architecture | x64 |
| OS | Windows 10.0.22631 |
| Queue | ViperWindows |
| Baseline | cea112c04e144bb2ee6ee2515607fdc7dfb89d1a |
| Compare | d454419cb232cb5ef76c17968e13be8bad04a703 |
| Diff | Diff |
| Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Memory.Span<Char>
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio |
|---|---|---|---|---|---|---|---|---|
| 3.52 ns | 1.77 ns | 0.50 | 0.01 | False | ||||
| 2.98 ns | 1.68 ns | 0.56 | 0.04 | False | ||||
| 3.52 ns | 1.63 ns | 0.46 | 0.03 | False | ||||
| 2.98 ns | 1.45 ns | 0.49 | 0.02 | False | ||||
| 3.52 ns | 2.08 ns | 0.59 | 0.02 | False | ||||
| 3.25 ns | 1.72 ns | 0.53 | 0.02 | False | ||||
| 3.25 ns | 1.63 ns | 0.50 | 0.03 | False | ||||
| 5.11 ns | 2.71 ns | 0.53 | 0.05 | False | ||||
| 3.79 ns | 2.17 ns | 0.57 | 0.02 | False | ||||
| 3.52 ns | 2.09 ns | 0.59 | 0.03 | False | ||||
| 4.06 ns | 2.44 ns | 0.60 | 0.02 | False | ||||
| 2.98 ns | 1.63 ns | 0.55 | 0.01 | False | ||||
| 8.25 ns | 6.64 ns | 0.80 | 0.08 | False | ||||
| 2.71 ns | 1.35 ns | 0.50 | 0.00 | False | ||||
| 3.79 ns | 2.72 ns | 0.72 | 0.02 | False | ||||
| 2.71 ns | 1.08 ns | 0.40 | 0.02 | False | ||||
| 3.25 ns | 1.62 ns | 0.50 | 0.01 | False |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Memory.Span<Char>*'System.Memory.Span<Char>.BinarySearch(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.Reverse(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.LastIndexOfValue(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.SequenceCompareTo(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.SequenceCompareToDifferent(Size: 512)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.SequenceCompareToDifferent(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.IndexOfAnyTwoValues(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.Clear(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.LastIndexOfAnyValues(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.SequenceCompareToDifferent(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.IndexOfAnyTwoValues(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.LastIndexOfAnyValues(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.BinarySearch(Size: 512)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.IndexOfValue(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.SequenceCompareTo(Size: 33)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.LastIndexOfValue(Size: 4)
ETL Files
Histogram
JIT Disasms
System.Memory.Span<Char>.IndexOfValue(Size: 33)
ETL Files
Histogram
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
| Name | Value |
|---|---|
| Architecture | x64 |
| OS | Windows 10.0.22631 |
| Queue | ViperWindows |
| Baseline | cea112c04e144bb2ee6ee2515607fdc7dfb89d1a |
| Compare | d454419cb232cb5ef76c17968e13be8bad04a703 |
| Diff | Diff |
| Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Tests.Perf_UInt32
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio |
|---|---|---|---|---|---|---|---|---|
| 2.16 ns | 0.54 ns | 0.25 | 0.00 | False | ||||
| 10.25 ns | 8.67 ns | 0.85 | 0.02 | False | ||||
| 8.31 ns | 6.71 ns | 0.81 | 0.05 | False |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_UInt32*'System.Tests.Perf_UInt32.ToString(value: 0)
ETL Files
Histogram
JIT Disasms
System.Tests.Perf_UInt32.ToString(value: 4294967295)
ETL Files
Histogram
JIT Disasms
System.Tests.Perf_UInt32.ToString(value: 12345)
ETL Files
Histogram
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
| Name | Value |
|---|---|
| Architecture | x64 |
| OS | Windows 10.0.22631 |
| Queue | ViperWindows |
| Baseline | cea112c04e144bb2ee6ee2515607fdc7dfb89d1a |
| Compare | d454419cb232cb5ef76c17968e13be8bad04a703 |
| Diff | Diff |
| Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Collections.ContainsKeyTrue<Int32, Int32>
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio |
|---|---|---|---|---|---|---|---|---|
| 11.42 μs | 5.63 μs | 0.49 | 0.01 | False |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.ContainsKeyTrue<Int32, Int32>*'System.Collections.ContainsKeyTrue<Int32, Int32>.ImmutableSortedDictionary(Size: 512)
ETL Files
Histogram
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
| Name | Value |
|---|---|
| Architecture | x64 |
| OS | Windows 10.0.22631 |
| Queue | ViperWindows |
| Baseline | cea112c04e144bb2ee6ee2515607fdc7dfb89d1a |
| Compare | d454419cb232cb5ef76c17968e13be8bad04a703 |
| Diff | Diff |
| Configs | CompilationMode:tiered, RunKind:micro |
Improvements in System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>
| Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio |
|---|---|---|---|---|---|---|---|---|
| 23.36 ns | 21.89 ns | 0.94 | 0.16 | False |
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>*'System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.MaxMagnitude_Scalar(BufferLength: 128)
ETL Files
Histogram
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository

































