mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* etc/bench.pm: Shorten bench names.
This commit is contained in:
@@ -371,9 +371,9 @@ sub bench_grammar ($)
|
||||
"push-yacc" => '%skeleton "push.c"',
|
||||
"push-pure" => '%skeleton "push.c" %pure-parser',
|
||||
"push-push" => '%skeleton "push.c" %push-parser',
|
||||
"push-opt-yacc" => '%skeleton "push_opt.c"',
|
||||
"push-opt-pure" => '%skeleton "push_opt.c" %pure-parser',
|
||||
"push-opt-push" => '%skeleton "push_opt.c" %push-parser',
|
||||
"popt-yacc" => '%skeleton "push_opt.c"',
|
||||
"popt-pure" => '%skeleton "push_opt.c" %pure-parser',
|
||||
"popt-push" => '%skeleton "push_opt.c" %push-parser',
|
||||
);
|
||||
|
||||
my %bench;
|
||||
|
||||
Reference in New Issue
Block a user