Skip to content

Commit

Permalink
[GH parrot#175] sort.pir benchmark reports how many elements were sorted
Browse files Browse the repository at this point in the history
This gives us output which can be checked in the benchmarks.t test, such
that the sort.pir test can be added to the benchmarks test suite
  • Loading branch information
paultcochrane committed Mar 24, 2013
1 parent 829fa8f commit 38f41b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/benchmarks/sort.pir
Expand Up @@ -46,6 +46,10 @@ LOOP:

$P0.'sort'()

print "Sorted "
print N
print " integers\n"

.end


Expand Down

0 comments on commit 38f41b7

Please sign in to comment.