root/lang/perl/Acme-SelfBenchmark/trunk/acme-selfbenchmark.pl
| Revision 13058, 220 bytes (checked in by tokuhirom, 7 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/perl |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | use FindBin; |
| 5 | use File::Spec; |
| 6 | use lib File::Spec->catfile($FindBin::Bin, 'lib'); |
| 7 | use Acme::SelfBenchmark; |
| 8 | |
| 9 | my $times = shift || 1_000_000; |
| 10 | Acme::SelfBenchmark->cmpthese($times); |
| 11 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)