Closed
Description
Run Information
Architecture | x64 |
---|---|
OS | ubuntu 18.04 |
Baseline | 1ebec9a41191fcce94895408a4c1451da91b3877 |
Compare | e7709b61858c85da95e5a7168ba7e1a0df9b241c |
Diff | Diff |
Improvemnts in System.IO.Tests.Perf_File
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio | Baseline ETL | Compare ETL |
---|---|---|---|---|---|---|---|---|---|---|
AppendAllTextAsync - Duration of single invocation | 29.82 μs | 18.84 μs | 0.63 | 0.06 | True | |||||
WriteAllTextAsync - Duration of single invocation | 89.28 μs | 30.34 μs | 0.34 | 0.13 | True |
Repro
git clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.IO.Tests.Perf_File*'
Payloads
Histogram
System.IO.Tests.Perf_File.AppendAllTextAsync(size: 10000)
System.IO.Tests.Perf_File.WriteAllTextAsync(size: 10000)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository