Test harness

sub time($function) { my $stop; my $start = now; $function.(); $stop = now; say $stop - $start; }