- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.2k
Closed
Labels
arch-arm64arch-x64area-GC-coreclros-windowstenet-performancePerformance related issuePerformance related issue
Milestone
Description
System.Threading.Tests.Perf_Timer.ScheduleManyThenDisposeMany has regressed on 64 bit Windows (both x64 and arm64).
Looking at the diff which contains only 2 commits I am guessing that it was caused by #60248 (cc @PeterSolMS) but I am not sure.
Repro:
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_monthly.py net7.0-preview2 net7.0-preview3 --filter System.Threading.Tests.Perf_Timer.ScheduleManyThenDisposeManySystem.Threading.Tests.Perf_Timer.ScheduleManyThenDisposeMany
| Result | Ratio | Operating System | Bit | Processor Name | Modality | 
|---|---|---|---|---|---|
| Same | 1.06 | alpine 3.12 | Arm64 | Unknown processor | |
| Same | 1.05 | ubuntu 18.04 | Arm64 | Unknown processor | |
| Slower | 0.86 | Windows 10 | Arm64 | Microsoft SQ1 3.0 GHz | bimodal | 
| Slower | 0.87 | Windows 11 | Arm64 | Microsoft SQ1 3.0 GHz | several? | 
| Slower | 0.76 | macOS Monterey 12.3 | Arm64 | Apple M1 Max | |
| Slower | 0.81 | Windows 11 | X64 | AMD Ryzen Threadripper PRO 3945WX 12-Cores | |
| Slower | 0.80 | Windows 11 | X64 | Intel Core i7-8700 CPU 3.20GHz (Coffee Lake) | |
| Slower | 0.82 | Windows 11 | X64 | Intel Core i9-9900T CPU 2.10GHz | |
| Same | 0.97 | alpine 3.13 | X64 | Intel Core i7-7700 CPU 3.60GHz (Kaby Lake) | |
| Same | 1.09 | centos 7 | X64 | Intel Xeon CPU E5530 2.40GHz | |
| Same | 0.97 | debian 11 | X64 | Intel Core i7-7700 CPU 3.60GHz (Kaby Lake) | bimodal | 
| Same | 0.99 | opensuse-leap 15.3 | X64 | Intel Core i7-7700 CPU 3.60GHz (Kaby Lake) | |
| Same | 1.10 | ubuntu 18.04 | X64 | Intel Xeon CPU E5-1650 v4 3.60GHz | bimodal | 
| Faster | 1.21 | ubuntu 18.04 | X64 | Intel Core i7-2720QM CPU 2.20GHz (Sandy Bridge) | |
| Same | 1.08 | Windows 10 | Arm | Microsoft SQ1 3.0 GHz | |
| Same | 1.02 | ubuntu 18.04 | Arm | ARMv7 Processor rev 3 (v7l) | several? | 
| Same | 0.92 | Windows 10 | X86 | Intel Xeon CPU E5-1650 v4 3.60GHz | several? | 
| Same | 0.95 | Windows 11 | X86 | AMD Ryzen Threadripper PRO 3945WX 12-Cores | bimodal | 
| Faster | 1.70 | Windows 11 | X86 | Intel Core i7-10510U CPU 1.80GHz | |
| Same | 1.03 | Windows 7 SP1 | X86 | Intel Core i7-7700 CPU 3.60GHz (Kaby Lake) | bimodal | 
| Slower | 0.88 | macOS Monterey 12.2.1 | X64 | Intel Core i7-5557U CPU 3.10GHz (Broadwell) | |
| Slower | 0.88 | macOS Monterey 12.3.1 | X64 | Intel Core i7-4870HQ CPU 2.50GHz (Haswell) | bimodal | 
Metadata
Metadata
Assignees
Labels
arch-arm64arch-x64area-GC-coreclros-windowstenet-performancePerformance related issuePerformance related issue
