Mercurial > pub > Impl
comparison _test/temp.pl @ 426:eed50c01e758 ref20150831
Split off the core module, added Dist-Zilla config
author | cin |
---|---|
date | Tue, 15 May 2018 00:51:01 +0300 |
parents | 87af445663d7 |
children | 09e0086a82a7 |
comparison
equal
deleted
inserted
replaced
424:87af445663d7 | 426:eed50c01e758 |
---|---|
42 package main; | 42 package main; |
43 | 43 |
44 my $t = [gettimeofday]; | 44 my $t = [gettimeofday]; |
45 | 45 |
46 for(my $i=0; $i <1000000; $i++) { | 46 for(my $i=0; $i <1000000; $i++) { |
47 my $v = new Bar2; | 47 my $v = new Foo2; |
48 } | 48 } |
49 | 49 |
50 say tv_interval($t); | 50 say tv_interval($t); |
51 | 51 |
52 1; | 52 1; |