April 3, 2026
6:35 p.m.
On Fri Apr 3 18:35:19 2026 +0000, Francis De Brabandere wrote:
@jacek Does wine have benchmark infrastructure to track performance over revisions? Not really. In jscript, we have `run_benchmarks`, which is run only in interactive mode (with the `WINETEST_INTERACTIVE` environment variable). It uses a few imported SunSpider tests and prints their execution time. It is useful for checking whether a change has a performance impact, but we do not have any infrastructure to track those results, so there is no automated way to prevent regressions. If you'd find something like that useful, I wouldn't mind having something similar in vbscript.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10544#note_134962