summaryrefslogtreecommitdiff
path: root/etc/bench.pl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bench.pl')
-rwxr-xr-xetc/bench.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/bench.pl b/etc/bench.pl
index b3450d8c..c90f159b 100755
--- a/etc/bench.pl
+++ b/etc/bench.pl
@@ -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;