summaryrefslogtreecommitdiff
path: root/etc/bench.pl.in
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-2/+2
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-1/+1
* bench: fix support for pure parserAkim Demaille2020-08-071-29/+41
* bench: simplify the `rand` targetAkim Demaille2020-06-291-1/+3
* bench: make it easy to edit the generated filesAkim Demaille2020-06-291-2/+6
* examples: don't promote unchecked function callsAkim Demaille2020-05-161-1/+2
* bench: add support to randomize the order of executionAkim Demaille2020-05-101-2/+7
* bench: use a MakefileAkim Demaille2020-05-101-9/+30
* bench: use *.cc for C++Akim Demaille2020-05-091-11/+37
* bench: store in benches/012 rather than in benches/12Akim Demaille2020-04-251-11/+18
* bench: minor improvementsAkim Demaille2020-04-251-5/+8
* bench: calc: no need for super long inputsAkim Demaille2020-03-221-11/+8
* bench: calc: work on a string instead of a fileAkim Demaille2020-03-221-107/+51
* bench: add a "latest" symlinkAkim Demaille2020-03-221-0/+5
* bench: use the same prefix in both bench methodsAkim Demaille2020-03-221-7/+5
* bench: use a C++-11 compilerAkim Demaille2020-03-221-3/+3
* bench: create a README file with benchesAkim Demaille2020-03-221-2/+5
* bench: calc: add support for google benchmarkAkim Demaille2020-03-211-17/+143
* bench: better error messages on invalid inputAkim Demaille2020-03-211-13/+9
* bench: simplify the calc grammarAkim Demaille2020-03-211-14/+1
* bench: die clearly on incorrect --grammar argumentsAkim Demaille2020-03-211-0/+3
* typo: succesful -> successfulAdrian Vogelsgesang2020-02-271-1/+1
* bench.pl: clean up the dustAkim Demaille2020-02-241-53/+69
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+2
* spelling: combinationJosh Soref2018-10-051-1/+1
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* 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