dotnet / dotnet/perf-autofiling-issues

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

Open
#71,752 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.Memory.ReadOnlySequence

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

  • [Slice_Repeat - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 222.20 ns | 174.81 ns | 0.79 | 0.14 | False | | |
|
  • [Slice_Repeat - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 262.41 ns | 219.52 ns | 0.84 | 0.09 | False | | |
|
  • [Slice_Start_And_Length - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 63.25 ns | 53.85 ns | 0.85 | 0.11 | False | | |
|
  • [Slice_Start_And_Length - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 46.05 ns | 39.34 ns | 0.85 | 0.13 | 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_Repeat(Segment: Single)

#### ETL Files

#### Histogram

#### JIT Disasms

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

#### ETL Files

#### Histogram

#### JIT Disasms

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

#### ETL Files

#### Histogram

#### JIT Disasms

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

#### 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
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [SliceMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 61.50 ns | 54.40 ns | 0.88 | 0.06 | False | | |
|
  • [SliceArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 56.93 ns | 50.52 ns | 0.89 | 0.06 | False | | |
|
  • [SliceSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 57.85 ns | 51.35 ns | 0.89 | 0.06 | False | | |
|
  • [SliceTenSegments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 91.16 ns | 81.02 ns | 0.89 | 0.06 | 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<Byte>.SliceMemory

#### ETL Files

#### Histogram

#### JIT Disasms

### 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.Buffers.Tests.ReadOnlySequenceTests<Char>

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

  • [SliceTenSegments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 100.37 ns | 81.68 ns | 0.81 | 0.08 | False | | |
|
  • [SliceArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 57.73 ns | 50.83 ns | 0.88 | 0.11 | False | | |
|
  • [SliceMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 61.24 ns | 54.02 ns | 0.88 | 0.05 | False | | |
|
  • [SliceSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 59.97 ns | 53.57 ns | 0.89 | 0.17 | 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>.SliceTenSegments

#### ETL Files

#### Histogram

#### JIT Disasms

### 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>.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.Numerics.Tests.Perf_BigInteger

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

  • [Multiply - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 23.08 ns | 19.43 ns | 0.84 | 0.13 | False | | |
|
  • [Multiply - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 22.93 ns | 19.38 ns | 0.85 | 0.17 | 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.Numerics.Tests.Perf_BigInteger*'
```

### System.Numerics.Tests.Perf_BigInteger.Multiply(arguments: 16,16 bits)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_BigInteger.Multiply(arguments: 16,8 bits)

#### 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.ContainsKeyFalse<String, String>

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

  • [SortedList - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 416.47 μs | 339.68 μs | 0.82 | 0.27 | False | | |
|
  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 424.72 μs | 356.13 μs | 0.84 | 0.22 | 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.ContainsKeyFalse*'
```

### System.Collections.ContainsKeyFalse<String, String>.SortedList(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.ContainsKeyFalse<String, String>.ImmutableSortedDictionary(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.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]()
| 1122.81 ns | 972.59 ns | 0.87 | 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.ContainsKeyTrue<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]()
| 330.82 μs | 279.55 μs | 0.85 | 0.20 | 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.ContainsKeyTrue*'
```

### System.Collections.ContainsKeyTrue<String, String>.ImmutableSortedDictionary(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.33 μ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)

---

### 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.CreateAddAndRemove<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]()
| 682.82 μs | 614.77 μs | 0.90 | 0.10 | 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.CreateAddAndRemove*'
```

### System.Collections.CreateAddAndRemove<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.Tests.Perf_Int32

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

  • [ToStringHex - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 54.60 ns | 49.15 ns | 0.90 | 0.32 | 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.Tests.Perf_Int32*'
```

### System.Tests.Perf_Int32.ToStringHex(value: 4)

#### 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.TryGetValueTrue<String, String>

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

  • [SortedList - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 319.75 μs | 271.27 μs | 0.85 | 0.25 | 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.TryGetValueTrue*'
```

### System.Collections.TryGetValueTrue<String, String>.SortedList(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.CtorFromCollection<String>

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

  • [SortedList - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 483.28 μs | 423.71 μs | 0.88 | 0.12 | 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.CtorFromCollection*'
```

### System.Collections.CtorFromCollection<String>.SortedList(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.Tests.Perf_String

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

  • [IndexerCheckPathLength - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 102.41 ns | 79.95 ns | 0.78 | 0.04 | 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.Tests.Perf_String*'
```

### System.Tests.Perf_String.IndexerCheckPathLength

#### 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.