[Numpy-svn] [numpy/numpy] 931e2d: ENH: Add benchmark tests for numpy.random.randint.

GitHub noreply at github.com
Tue Jan 12 12:41:18 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a
      https://github.com/numpy/numpy/commit/931e2d1e8ba3fd6b129a6d74e3a1ad9984c1938a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-07 (Thu, 07 Jan 2016)

  Changed paths:
    M benchmarks/benchmarks/bench_random.py

  Log Message:
  -----------
  ENH: Add benchmark tests for numpy.random.randint.

This add benchmarks randint. There is one set of benchmarks for the
default dtype, 'l', that can be tracked back, and another set for the
new dtypes 'bool', 'uint8', 'uint16', 'uint32', and 'uint64'.


  Commit: 11929309a0c4afd6bd94705379ba90c23fc112fa
      https://github.com/numpy/numpy/commit/11929309a0c4afd6bd94705379ba90c23fc112fa
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-12 (Tue, 12 Jan 2016)

  Changed paths:
    M benchmarks/benchmarks/bench_random.py

  Log Message:
  -----------
  Merge pull request #6969 from charris/bench-randint

ENH: Add benchmark tests for numpy.random.randint.


Compare: https://github.com/numpy/numpy/compare/eb271a517e9a...11929309a0c4


More information about the Numpy-svn mailing list