dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 26 Regressions on 4/29/2026 5:45:57 AM +00:00
- 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Tests.Perf_Double
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToString - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringWithCultureInfo - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringWithFormat - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IsNaN - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringWithFormat - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringWithFormat - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryParse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![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.Tests.Perf_Double*'
```
### System.Tests.Perf_Double.ToString(value: 1.7976931348623157E+308)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.ToStringWithCultureInfo(value: -1.7976931348623157E+308, culture: zh)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.Parse(value: "-1.7976931348623157e+308")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.ToStringWithFormat(value: 1.7976931348623157E+308, format: "F50")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.IsNaN(value: NaN)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.ToStringWithFormat(value: 12345, format: "F50")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.Parse(value: "12345")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.ToStringWithFormat(value: -1.7976931348623157E+308, format: "R")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.TryParse(value: "-1.7976931348623157e+308")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Double.Parse(value: "1.7976931348623157e+308")
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in PerfLabTests.CastingPerf
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [CheckArrayIsInterfaceYes - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ScalarValueTypeObj - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CheckObjIsInterfaceYes - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ObjScalarValueType - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'PerfLabTests.CastingPerf*'
```
### PerfLabTests.CastingPerf.CheckArrayIsInterfaceYes
#### ETL Files
#### Histogram
#### JIT Disasms
### PerfLabTests.CastingPerf.ScalarValueTypeObj
#### ETL Files
#### Histogram
#### JIT Disasms
### PerfLabTests.CastingPerf.CheckObjIsInterfaceYes
#### ETL Files
#### Histogram
#### JIT Disasms
### PerfLabTests.CastingPerf.ObjScalarValueType
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Runtime.Intrinsics.Tests.Perf_Vector128Of<UInt64>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [EqualityOperatorBenchmark - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [MaxBenchmark - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ConditionalSelectBenchmark - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SubtractBenchmark - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Runtime.Intrinsics.Tests.Perf_Vector128Of*'
```
### System.Runtime.Intrinsics.Tests.Perf_Vector128Of<UInt64>.EqualityOperatorBenchmark
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Runtime.Intrinsics.Tests.Perf_Vector128Of<UInt64>.MaxBenchmark
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Runtime.Intrinsics.Tests.Perf_Vector128Of<UInt64>.ConditionalSelectBenchmark
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Runtime.Intrinsics.Tests.Perf_Vector128Of<UInt64>.SubtractBenchmark
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Diagnostics.Perf_Activity
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [EnumerateActivityLinkTagsLarge - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EnumerateActivityTagsLarge - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Diagnostics.Perf_Activity*'
```
### System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Diagnostics.Perf_Activity.EnumerateActivityTagsLarge
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Text.Json.Serialization.Tests.WriteJson<HashSet<String>>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SerializeToString - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Text.Json.Serialization.Tests.WriteJson>*'
```
### System.Text.Json.Serialization.Tests.WriteJson<HashSet<String>>.SerializeToString(Mode: SourceGen)
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Text.Json.Serialization.Tests.WriteJson<StructRecord>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SerializeToUtf8Bytes - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Text.Json.Serialization.Tests.WriteJson*'
```
### System.Text.Json.Serialization.Tests.WriteJson<StructRecord>.SerializeToUtf8Bytes(Mode: SourceGen)
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in Struct.GSeq
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [FilterSkipMapSum - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'Struct.GSeq*'
```
### Struct.GSeq.FilterSkipMapSum
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Buffers.Text.Tests.Base64Tests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Base64Decode - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Text.Tests.Base64Tests*'
```
### System.Buffers.Text.Tests.Base64Tests.Base64Decode(NumberOfBytes: 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.Tests.Add_Remove_SteadyState<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Queue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Add_Remove_SteadyState*'
```
### System.Collections.Tests.Add_Remove_SteadyState<Int32>.Queue(Count: 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Tests.Perf_Version
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [TryFormat3 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Tests.Perf_Version*'
```
### System.Tests.Perf_Version.TryFormat3
#### 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.