]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - samples/benchmark/bench_template.pl
CGI::Ex 2.07
[chaz/p5-CGI-Ex] / samples / benchmark / bench_template.pl
index 7b48028a0deb5e232f6942d60c62616b7cb1aeb0..6b0f77b9548a786f7ba69ed848db56fb7aeb76d9 100644 (file)
@@ -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);
 
This page took 0.022787 seconds and 4 git commands to generate.