Skip to content

Async File IO has regressed on Windows #67965

Description

@adamsitnik

Various async file IO micro benchmarks have regressed on Windows, but System.IO.Tests.Perf_RandomAccess.ReadScatterAsync(fileSize: 104857600, buffersSize: 65536, options: Asynchronous) is the one for which its most obvious (other benchmarks are more noisy):

Reporting System:

image

Looking at the commit diff, #64834 seems to be to blame (cc @kouvel).

Repro:

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_monthly.py net7.0-preview2 net7.0-preview3 --filter System.IO.Tests.Perf_RandomAccess.ReadScatterAsync 
Details ## System.IO.Tests.Perf_RandomAccess.ReadScatterAsync(fileSize: 104857600, buffersSize: 65536, options: Asynchronous)
ResultBaseDiffRatioOperating SystemBitProcessor Name
Same37590691.9235916562.671.05alpine 3.12Arm64Unknown processor
Same35082625.3334730510.501.01ubuntu 18.04Arm64Unknown processor
Same177006300.00186064200.000.95Windows 10Arm64Microsoft SQ1 3.0 GHz
Slower245370200.00274912400.000.89Windows 11Arm64Microsoft SQ1 3.0 GHz
Same8429207.038253338.531.02macOS Monterey 12.3Arm64Apple M1 Max
Same95101450.00103159400.000.92Windows 10X64Intel Xeon CPU E5-1650 v4 3.60GHz
Slower82646762.50100602725.000.82Windows 11X64AMD Ryzen Threadripper PRO 3945WX 12-Cores
Same72943362.5080936137.500.90Windows 11X64Intel Core i7-8700 CPU 3.20GHz (Coffee Lake)
Slower70063175.0085975425.000.81Windows 11X64Intel Core i9-9900T CPU 2.10GHz
Slower10059315.7911916405.000.84alpine 3.13X64Intel Core i7-7700 CPU 3.60GHz (Kaby Lake)
Same26718361.1125572313.941.04centos 7X64Intel Xeon CPU E5530 2.40GHz
Same9761970.0010212622.220.96debian 11X64Intel Core i7-7700 CPU 3.60GHz (Kaby Lake)
Same9915697.5010113311.760.98opensuse-leap 15.3X64Intel Core i7-7700 CPU 3.60GHz (Kaby Lake)
Same13491174.8113389165.631.01ubuntu 18.04X64Intel Xeon CPU E5-1650 v4 3.60GHz
Same17370649.5416005520.131.09ubuntu 18.04X64Intel Core i7-2720QM CPU 2.20GHz (Sandy Bridge)
Slower180336900.00209815000.000.86Windows 10ArmMicrosoft SQ1 3.0 GHz
Same194855158.00199422552.000.98ubuntu 18.04ArmARMv7 Processor rev 3 (v7l)
Same95764800.00103428275.000.93Windows 10X86Intel Xeon CPU E5-1650 v4 3.60GHz
Same92642500.00100944225.000.92Windows 11X86AMD Ryzen Threadripper PRO 3945WX 12-Cores
Faster332525100.00184955950.001.80Windows 11X86Intel Core i7-10510U CPU 1.80GHz
Faster277613675.00187145750.001.48Windows 7 SP1X86Intel Core i7-7700 CPU 3.60GHz (Kaby Lake)
Same18966713.6918777427.621.01macOS Monterey 12.2.1X64Intel Core i7-5557U CPU 3.10GHz (Broadwell)
Same16605661.5717217161.620.96macOS Monterey 12.3.1X64Intel Core i7-4870HQ CPU 2.50GHz (Haswell)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions