X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4fc55348e59ab81573d188c8fd529ed9faf81444..44494bf68403d6a566dc408bcfecaf99fc844b06:/etc/bench.pl.in?ds=sidebyside diff --git a/etc/bench.pl.in b/etc/bench.pl.in index a95e646b..cf4815ef 100755 --- a/etc/bench.pl.in +++ b/etc/bench.pl.in @@ -57,11 +57,6 @@ request. =over 4 -=item I - -Test F with three stacks against F which -uses a single one. - =item I Test the push parser vs. the pull interface. Use the C parser. @@ -922,25 +917,6 @@ sub bench_variant_parser () ); } -###################################################################### - -=item C - -Bench the C++ lalr1.cc parser using Boost.Variants or %union. - -=cut - -sub bench_fusion_parser () -{ - bench ('list', - qw( - %s lalr1-split.cc - | - %s lalr1.cc - ) - ); -} - ############################################################################ sub help ($) @@ -1126,7 +1102,6 @@ verbose 2, "Grammar: $grammar\n"; # Support -b: predefined benches. my %bench = ( - "fusion" => \&bench_fusion_parser, "push" => \&bench_push_parser, "variant" => \&bench_variant_parser, );