Am 30.01.19 um 09:51 schrieb Konstantin Kharlamov:
Unfortunately phoronix-test-suite doesn't run under wine, it quits with "can't recognize CV_redist.x64.xe' as an internal or external command".
PTS has a feature where it can run benchmarks in Wine. Grep the source code and documentation for USE_WINE . You enable that by setting an environment variable.
See also https://openbenchmarking.org/tests/moihack . Those are some game benchmarks written with Wine in mind.
Even if you cannot find a performance improvement from your idea now, keep an eye on it, as this may change in the future. It might be that games / apps / whatever are held back by something else, like unnecessary GPU<->CPU synchronization or wineserver calls, and once those other issues are fixed your idea has a bigger impact.