updated benchmark results for all tested platforms
[svn/Cll1h/.git] / demos / performance / print.pl
index 0cbdef171351c23ebe120c0ab29aac89304f0f2c..4c60111f298fb7dac7f4840c55f06ed84b05c90b 100755 (executable)
@@ -3,6 +3,6 @@
 my $i=0;
 for ($i=0;$i<10000000;$i++)
 {
- print ("stuff");
+ print ("stuff\n");
 }
 
This page took 0.12056 seconds and 4 git commands to generate.