aboutsummaryrefslogtreecommitdiff
path: root/benchmark.sh (follow)
Commit message (Collapse)AuthorAge
* Fix benchmark.sh for the new cmake world.Simon Tatham2021-09-06
| | | | | | | | | It relied on reading gamedesc.txt to find a list of puzzle binaries to run. But gamedesc.txt is now specific to the Windows build (since it contains Windows executable names), and isn't available in the Unix cmake build directory. Fixed by making a simpler gamelist.txt available on all platforms.
* Move the benchmarking logic out into a script.Simon Tatham2015-05-18
It's a pain having it in a rule in Makefile.gtk, which isn't even the recommended makefile these days - it can't be re-run conveniently, and there's no way to parametrise it. Now it can be run no matter which makefile you're using, and it lets you narrow down to a subset of games (though not presets). Other options could easily be added.