[parrot/parrot] 38f41b: [GH #175] sort.pir benchmark reports how many elem...

GitHub noreply at github.com
Sun Mar 24 21:28:28 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 38f41b7c5de3c84673a874c64574d285e7781bc0
      https://github.com/parrot/parrot/commit/38f41b7c5de3c84673a874c64574d285e7781bc0
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M examples/benchmarks/sort.pir

  Log Message:
  -----------
  [GH #175] sort.pir benchmark reports how many elements were sorted

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


  Commit: d3c828ada85ecc354f97faac1b1cae95c9948b79
      https://github.com/parrot/parrot/commit/d3c828ada85ecc354f97faac1b1cae95c9948b79
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  [GH #175] Add the sort benchmark to the benchmark test suite


  Commit: 43c83b122dee148d98612a2ce6b3630f1cb3edbf
      https://github.com/parrot/parrot/commit/43c83b122dee148d98612a2ce6b3630f1cb3edbf
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M examples/benchmarks/sort_ffa.pir

  Log Message:
  -----------
  [GH #175] sort_ffa.pir benchmark prints number of elements sorted

It's good to see that a program gives some output to the user, so that we
know that *something* happened.  Now we have this output and can add the
relevant search in the benchmarks.t test suite.


  Commit: ae87849305185543fcfe76192ded20fef3cbcb27
      https://github.com/parrot/parrot/commit/ae87849305185543fcfe76192ded20fef3cbcb27
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  [GH #175] Added sort_ffa.pir benchmark to main benchmark suite


  Commit: 63affbcd32fffa71c2c501f189cd51531b3765fe
      https://github.com/parrot/parrot/commit/63affbcd32fffa71c2c501f189cd51531b3765fe
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    R examples/benchmarks/sort.pir
    A examples/benchmarks/sort_fia.pir
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  [GH #175] Renamed sort.pir benchmark to sort_fia.pir

This makes it more obvious that this benchmark is for sorting
FixedIntegerArrays in much the same way that sort_ffa.pir benchmarks sorting
FixedFloatarrays


  Commit: bd184cee4515b848528e7a5a60705b8f8af66d99
      https://github.com/parrot/parrot/commit/bd184cee4515b848528e7a5a60705b8f8af66d99
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M examples/benchmarks/sort_fia.pir

  Log Message:
  -----------
  [GH #175] Correct typo in sort_fia.pir POD


  Commit: 7922f605b162b05820baa5f51fbdd35cdd5280c2
      https://github.com/parrot/parrot/commit/7922f605b162b05820baa5f51fbdd35cdd5280c2
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    A examples/benchmarks/sort_ria.pir
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  [GH #175] Added a sort benchmark for ResizableIntegerArrays


  Commit: 8b8110cfb1113fc11d5f4a99d85168f917016e96
      https://github.com/parrot/parrot/commit/8b8110cfb1113fc11d5f4a99d85168f917016e96
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    A examples/benchmarks/sort_rfa.pir
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  [GH #175] Added a sort benchmark for ResizableFloatArrays


  Commit: 6a7f23f4b2f53d0e44c7427df665bd778157d2e4
      https://github.com/parrot/parrot/commit/6a7f23f4b2f53d0e44c7427df665bd778157d2e4
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    R examples/benchmarks/sort.pir
    M examples/benchmarks/sort_ffa.pir
    A examples/benchmarks/sort_fia.pir
    A examples/benchmarks/sort_rfa.pir
    A examples/benchmarks/sort_ria.pir
    M t/benchmark/benchmarks.t

  Log Message:
  -----------
  Merge pull request #950 from paultcochrane/ptc/sort_benchmarks

[GH #175] Slightly reorganise current and add new sort benchmarks


Compare: https://github.com/parrot/parrot/compare/bcc8fac77694...6a7f23f4b2f5


More information about the parrot-commits mailing list