I hereby claim:
- I am mjsr on github.
- I am marramgg (https://keybase.io/marramgg) on keybase.
- I have a public key ASDGk-Ee1nem04dsxAxt2y4mV1i9TCMnZmgq--mLL7GrQAo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Shows the number of plots and the average time to complete. | |
| # Requires you to send the logs to one file. | |
| # $ ./mm.stats.sh /path/to/madmax.log | |
| # num plots: 11 avg time: 28.3748 min | |
| if [ -z "$1" ]; then | |
| echo "Usage: $0 /path/to/madmax.log" |
I hereby claim:
To claim this, I am signing this object:
| #!perl | |
| use warnings; | |
| use strict; | |
| use Benchmark qw( cmpthese ); | |
| my $h0 = { | |
| 'h1' => { | |
| 'h2' => { |
| #!perl | |
| use warnings; | |
| use strict; | |
| use Benchmark qw( timethese ); | |
| my ( $preinc, $postinc ) = ( 0, 0 ); | |
| timethese(100_000_000, { |
| #!perl | |
| # source: http://www.perlmonks.org/?node_id=575918 | |
| use warnings; | |
| use strict; | |
| use Benchmark; | |
| timethese(1_000_000, { |
| #!perl | |
| # source: http://www.perlmonks.org/?node_id=575918 | |
| use warnings; | |
| use strict; | |
| use Benchmark; | |
| timethese(1_000_000, { |