summaryrefslogtreecommitdiff
path: root/etc/bench.pl.in
Commit message (Expand)AuthorAgeFilesLines
* style: don't use std::endlAkim Demaille2018-05-081-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* style: no longer use backquotesAkim Demaille2013-02-181-2/+2
* bench: compatibility for Bison <= 2.7Theophile Ranquet2013-01-211-13/+13
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* bench: add %b directive to use a specific BisonTheophile Ranquet2013-01-111-1/+9
* lalr1.cc: rename lex_symbol as api.token.constructorAkim Demaille2012-11-011-8/+8
* tests: fix regressions.Akim Demaille2012-02-211-1/+1
* maint: avoid "magic number exit".Akim Demaille2012-02-181-2/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-11/+11
* maint: run "make update-copyright".Joel E. Denny2011-01-021-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* benchmarks: use %debug consistently among grammars.Joel E. Denny2009-10-041-1/+6
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-2/+2
* Style changes.Akim Demaille2009-02-251-6/+5
* Get rid of lalr1-split.cc.Akim Demaille2008-11-261-25/+0
* Simplify code for variants bench marks.Akim Demaille2008-11-151-17/+14
* Instead of using make_symbol<TOK_FOO>, generate make_FOO for each token type.Akim Demaille2008-11-151-3/+3
* Make it possible to return a symbol_type from yylex.Akim Demaille2008-11-111-31/+52
* Remove useless bench case.Akim Demaille2008-11-111-2/+0
* Improve display of directives.Akim Demaille2008-11-111-1/+1
* Use string_cast in the bench.Akim Demaille2008-11-111-11/+13
* Bench: syntactic sugar for %define/#define.Akim Demaille2008-11-111-25/+40
* Less memory pressure on the "list" bench.Akim Demaille2008-11-111-7/+7
* Shortcuts in bench directives.Akim Demaille2008-11-101-21/+59
* Adjust verbose message to using emacs.Akim Demaille2008-11-101-2/+3
* Make benches in a sub dirs.Akim Demaille2008-11-091-31/+70
* fix eof conditionAkim Demaille2008-11-091-3/+5
* Fix --help.Akim Demaille2008-11-091-1/+1
* Enhance bench.pl.Akim Demaille2008-11-091-102/+199
* bench.pl -d, --directive.Akim Demaille2008-11-091-6/+54
* The single-stack C++ parser is now the standard one.Akim Demaille2008-11-071-10/+10
* Add "%define assert" to variants.Akim Demaille2008-11-071-0/+1
* Use "%define variant" in bench.pl.Akim Demaille2008-11-071-15/+6
* Use strict on bench.pl.Akim Demaille2008-11-041-26/+79
* Improve the display of sizes.Akim Demaille2008-11-041-3/+5
* Better defaults for bench.pl.Akim Demaille2008-11-041-8/+18
* bench.pl --bench.Akim Demaille2008-11-041-13/+40
* Bench the three-stack lalr1.cc.Akim Demaille2008-11-031-1/+19
* bench: Improve output.Akim Demaille2008-11-031-1/+7
* bench: check impact of %debug on variants.Akim Demaille2008-11-031-22/+27
* bench: report the size too.Akim Demaille2008-11-031-5/+27
* bench: More use of the verbosity level.Akim Demaille2008-11-031-10/+58
* bench.pl: a command line interfaceAkim Demaille2008-11-031-9/+56
* Bench the use of Boost.Variants.Akim Demaille2008-11-031-8/+187
* bench.pl: Pass directives as a list instead of as a string.Akim Demaille2008-11-031-14/+32
* Improve genericity of bench.pl.Akim Demaille2008-11-031-14/+38