Open
Description
It would be useful to also have the ability to run the perf suite on Windows. One open question would be whether this would run as often as the Linux tests for or if we would kick off Windows tests at a different cadence or on-demand.
This might also help with #181
There's a few different things we'll need to do to fully complete this issue:
- Just get the code building on Windows Add support for building rustc-perf and running the collector on Windows #865
- Make the collector work in its most basic mode (probably
--self-profile
) Add support for building rustc-perf and running the collector on Windows #865 - Use
xperf + ETW
to capture hardware performance counter metrics like instructions retired. Support collecting hardware performance counters on Windows #885 - Coordinate running a Windows box for perf.rlo + set it up
- Add some benchmarks for the Windows box to collect (
win-rs
or a subset of it might be a good candidate).
Nice to haves: