Skip to content

Commit

Permalink
[GH #175] Add the sort benchmark to the benchmark test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Mar 24, 2013
1 parent 38f41b7 commit d3c828a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/benchmark/benchmarks.t
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ FixedPMCArray:\s\d+\.\d+s\n
is\s1230\nlast\sis:\s9973\n$/x,
q{primes_i.pasm} => qr/^N\sprimes\sup\sto\s10000\sis:\s1229\n
last\sis:\s9973\nElapsed\stime:\s\d+\.\d+\n$/x,
q{sort.pir} => qr/Sorted 1000000 integers/,
q{stress.pasm} => qr/^A\stotal\sof\s\d+\sGC\sruns\s
were\smade\n$/x,
q{stress1.pasm} => qr/^\d+\.\d+\n
Expand Down

0 comments on commit d3c828a

Please sign in to comment.