- or download this
c:\test>junk7 -N=10e3 ### 1/2 MB
Took 0.098 seconds
...
c:\test>junk7 -N=1e6 ### 50 MB
Took 9.449 seconds
^C
- or download this
21/07/2010 01:26 510,033 junk.dat
21/07/2010 01:26 520,034 junk2.dat
- or download this
#! perl -slw
use strict;
...
printf "Took %.3f seconds\n", time-$start;