X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=samples%2Fbenchmark%2Fbench_template.pl;h=6b0f77b9548a786f7ba69ed848db56fb7aeb76d9;hb=refs%2Ftags%2Fv2.07;hp=7b48028a0deb5e232f6942d60c62616b7cb1aeb0;hpb=83f0c6a9aaf9bc520cef93b958d51a5d85e8999c;p=chaz%2Fp5-CGI-Ex diff --git a/samples/benchmark/bench_template.pl b/samples/benchmark/bench_template.pl index 7b48028..6b0f77b 100644 --- a/samples/benchmark/bench_template.pl +++ b/samples/benchmark/bench_template.pl @@ -44,8 +44,9 @@ my @config1 = (STASH => $s, ABSOLUTE => 1, CONSTANTS => {simple => 'var'}, EVAL_ #push @config1, (INTERPOLATE => 1); my @config2 = (@config1, COMPILE_EXT => '.ttc'); -#use CGI::Ex::Template209; -#my $tt1 = CGI::Ex::Template209->new(@config1); +#use CGI::Ex::Template::XS; +#my $tt1 = CGI::Ex::Template::XS->new(@config1); +#my $tt2 = CGI::Ex::Template::XS->new(@config2); my $tt1 = Template->new(@config1); my $tt2 = Template->new(@config2);