Calling the test harness

my @tests = 'Perl 5', &fib_perl5, 'Basic', &fib-basic, #`( Gosh, that's a suspicious amount of space between the two columns. ) ; my $n = 22; for @tests -> $title, $sub { say $title; time { $sub.($n) } }