dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 37 Improvements on 4/14/2026 5:24:29 PM +00:00

Open
#71,842 1 comment 0 reactions 0 assignees View on GitHub
aot-true arch-wasm arch-x64 branch-refs/heads/main compilationmode-wasm kind-micro os-linux perf-improvement runkind-micro untriaged wasm-aot
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.Tests.Perf_PriorityQueue<String, String>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [HeapSort - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 88.22 μs | 76.65 μs | 0.87 | 0.11 | False | | |
|
  • [Dequeue_And_Enqueue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 216.15 μs | 190.29 μs | 0.88 | 0.11 | False | | |
|
  • [Dequeue_And_Enqueue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 9.78 μs | 8.76 μs | 0.90 | 0.09 | False | | |
|
  • [HeapSort - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 3.91 μs | 3.55 μs | 0.91 | 0.10 | False | | |
|
  • [HeapSort - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.55 ms | 1.43 ms | 0.92 | 0.10 | False | | |

![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

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

### System.Collections.Tests.Perf_PriorityQueue<String, String>.HeapSort(Size: 100)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.Dequeue_And_Enqueue(Size: 100)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.Dequeue_And_Enqueue(Size: 10)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.HeapSort(Size: 10)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.HeapSort(Size: 1000)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Memory.ReadOnlySequence

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Slice_Start_And_Length - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 53.27 ns | 39.34 ns | 0.74 | 0.13 | False | | |
|
  • [Slice_Repeat - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 262.18 ns | 215.00 ns | 0.82 | 0.10 | False | | |
|
  • [Slice_Repeat - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 211.70 ns | 175.07 ns | 0.83 | 0.15 | False | | |
|
  • [Slice_Start_And_Length - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 62.53 ns | 58.22 ns | 0.93 | 0.11 | False | | |

![graph]()
![graph]()
![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Memory.ReadOnlySequence*'
```

### System.Memory.ReadOnlySequence.Slice_Start_And_Length(Segment: Single)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Multiple)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.ReadOnlySequence.Slice_Repeat(Segment: Single)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.ReadOnlySequence.Slice_Start_And_Length(Segment: Multiple)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Buffers.Tests.ReadOnlySequenceTests<Char>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [SliceArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 58.05 ns | 50.70 ns | 0.87 | 0.11 | False | | |
|
  • [SliceMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 60.79 ns | 53.94 ns | 0.89 | 0.05 | False | | |
|
  • [SliceTenSegments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 91.36 ns | 81.58 ns | 0.89 | 0.09 | False | | |
|
  • [SliceSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 58.67 ns | 53.51 ns | 0.91 | 0.16 | False | | |

![graph]()
![graph]()
![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Tests.ReadOnlySequenceTests*'
```

### System.Buffers.Tests.ReadOnlySequenceTests<Char>.SliceArray

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Char>.SliceMemory

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Char>.SliceTenSegments

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Char>.SliceSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Buffers.Tests.ReadOnlySequenceTests<Byte>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [SliceArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 58.04 ns | 51.16 ns | 0.88 | 0.05 | False | | |
|
  • [SliceSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 58.35 ns | 51.65 ns | 0.89 | 0.06 | False | | |
|
  • [SliceTenSegments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 91.02 ns | 81.21 ns | 0.89 | 0.06 | False | | |

![graph]()
![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Tests.ReadOnlySequenceTests*'
```

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.SliceArray

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.SliceSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.SliceTenSegments

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.TryGetValueFalse<String, String>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 435.37 μs | 356.81 μs | 0.82 | 0.30 | False | | |
|
  • [SortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 834.56 μs | 753.11 μs | 0.90 | 0.13 | False | | |

![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.TryGetValueFalse*'
```

### System.Collections.TryGetValueFalse<String, String>.ImmutableSortedDictionary(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.TryGetValueFalse<String, String>.SortedDictionary(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.ContainsFalse<String>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ImmutableSortedSet - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 422.47 μs | 353.22 μs | 0.84 | 0.20 | False | | |
|
  • [SortedSet - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 413.27 μs | 350.26 μs | 0.85 | 0.20 | False | | |

![graph]()
![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.ContainsFalse*'
```

### System.Collections.ContainsFalse<String>.ImmutableSortedSet(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.ContainsFalse<String>.SortedSet(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.Tests.Perf_PriorityQueue<Guid, Guid>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Enumerate - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 20.26 μs | 5.13 μs | 0.25 | 0.19 | False | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

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

### System.Collections.Tests.Perf_PriorityQueue<Guid, Guid>.Enumerate(Size: 1000)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Net.Primitives.Tests.CredentialCacheTests

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ForEach - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1096.75 ns | 972.36 ns | 0.89 | 0.08 | False | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Net.Primitives.Tests.CredentialCacheTests*'
```

### System.Net.Primitives.Tests.CredentialCacheTests.ForEach(uriCount: 10, hostPortCount: 10)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.CreateAddAndClear<String>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [SortedSet - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 369.33 μs | 309.52 μs | 0.84 | 0.34 | False | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CreateAddAndClear*'
```

### System.Collections.CreateAddAndClear<String>.SortedSet(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.ContainsTrue<Int32>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [List - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 25.20 μs | 21.59 μs | 0.86 | 0.22 | False | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.ContainsTrue*'
```

### System.Collections.ContainsTrue<Int32>.List(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [60815e7908757660418fb297313fecd4b8c080ac](https://github.com/dotnet/runtime/commit/60815e7908757660418fb297313fecd4b8c080ac)
Compare | [e697a301818934fb3153829e3c8cb22b462f15fc](https://github.com/dotnet/runtime/commit/e697a301818934fb3153829e3c8cb22b462f15fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/60815e7908757660418fb297313fecd4b8c080ac...e697a301818934fb3153829e3c8cb22b462f15fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.IterateFor<String>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ImmutableArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.35 μs | 2.01 μs | 0.86 | 0.15 | False | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.IterateFor*'
```

### System.Collections.IterateFor<String>.ImmutableArray(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### Docs

[Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md)
[Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.