simon-git: puzzles (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Mon May 18 18:33:48 BST 2015
TL;DR:
8949210 Move the benchmarking logic out into a script.
fb0ff8c Add sorting-order buttons to the benchmark output.
80c1a69 Add the 'make test' target to Makefile.am too.
Repository: git://git.tartarus.org/simon/puzzles.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=puzzles.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-05-18 18:33:48
commit 894921015dde693697647b98b0c41467dcc91c08
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=894921015dde693697647b98b0c41467dcc91c08;hp=f49c7f530cfc5f0cc988be265e243e074279b761
Author: Simon Tatham <anakin at pobox.com>
Date: Mon May 18 16:17:49 2015 +0100
Move the benchmarking logic out into a script.
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.
Recipe | 10 +++-------
benchmark.pl | 2 ++
benchmark.sh | 27 +++++++++++++++++++++++++++
3 files changed, 32 insertions(+), 7 deletions(-)
commit fb0ff8c33857e31d93dc36e1b4b2ed28837e5e44
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=fb0ff8c33857e31d93dc36e1b4b2ed28837e5e44;hp=894921015dde693697647b98b0c41467dcc91c08
Author: Simon Tatham <anakin at pobox.com>
Date: Mon May 18 16:39:12 2015 +0100
Add sorting-order buttons to the benchmark output.
Since I'm committed to HTML5ish Javascript already, that shouldn't be
too much of an inconvenience.
benchmark.pl | 46 ++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 44 insertions(+), 2 deletions(-)
commit 80c1a6932939be245ed8f88cf34dc7487b6788f0
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=80c1a6932939be245ed8f88cf34dc7487b6788f0;hp=fb0ff8c33857e31d93dc36e1b4b2ed28837e5e44
Author: Simon Tatham <anakin at pobox.com>
Date: Mon May 18 16:41:06 2015 +0100
Add the 'make test' target to Makefile.am too.
Now I don't have to annoyingly switch over to the GTK makefile.
Recipe | 9 +++++++++
1 file changed, 9 insertions(+)
More information about the tartarus-commits
mailing list