Shortcuts in bench directives.

* etc/bench.pl.in (parse_dirs): New.
	Use it.
	(bench_variant_parser, bench_fusion_parser): Use %s and %d.
	Create the benches in "benches/".
This commit is contained in:
Akim Demaille
2008-08-16 09:40:34 +02:00
parent b9855ea55b
commit c17f9a4a62
2 changed files with 67 additions and 21 deletions

View File

@@ -1,3 +1,11 @@
2008-11-10 Akim Demaille <demaille@gostai.com>
Shortcuts in bench directives.
* etc/bench.pl.in (parse_dirs): New.
Use it.
(bench_variant_parser, bench_fusion_parser): Use %s and %d.
Create the benches in "benches/".
2008-11-10 Akim Demaille <demaille@gostai.com>
Formatting changes.