bench.pl: a command line interface

* etc/bench.pl.in: More doc.
	Some fixes in the documentation.
	($cflags, $iterations, &help, &getopt): New.
	Use them.
	(&variant_grammar): Let the number of stages be 10 times what is
	specified.
This commit is contained in:
Akim Demaille
2008-07-17 14:22:53 +02:00
parent 7109a18d18
commit 7e5f9c54c0
2 changed files with 66 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
bench.pl: a command line interface
* etc/bench.pl.in: More doc.
Some fixes in the documentation.
($cflags, $iterations, &help, &getopt): New.
Use them.
(&variant_grammar): Let the number of stages be 10 times what is
specified.
2008-11-03 Akim Demaille <demaille@gostai.com>
Bench the use of Boost.Variants.