summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MAINT: np.pad Explicitely cause pagefaults to happen before starting the benc...Mark Harfouche2018-09-161-1/+4
| |/ /
* | | CLN: remove the internal Benchmark classStephan Hoyer2018-09-2414-86/+66
* | | Add initial benchmarks for __array_function__Stephan Hoyer2018-09-212-1/+62
|/ /
* | BENCH: split out slow setup method in bench_shape_base.BlockPauli Virtanen2018-09-041-15/+25
* | BENCH: Add benchmarks for np.loadtxt reading from CSV formatTyler Reddy2018-08-091-0/+177
* | MAINT: Produce a more readable repr of argument packs in benchmarkEric Wieser2018-06-291-20/+32
* | BENCH: add ufunc argument parsing benchmarks.Marten van Kerkwijk2018-06-291-0/+47
* | BENCH: belated addition of lcm, gcd to ufunc benchmark.Marten van Kerkwijk2018-06-291-9/+11
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* | BENCH: Add basic benchmarks for numpy.padLars G2018-05-241-0/+25
* | BENCH: Add benchmark for permutationKevin Sheppard2018-05-101-0/+15
* | DOC: update asv urlJarrod Millman2017-11-031-1/+1
* | BENCH: histogramming benchmarksJohn Goetz2017-10-231-0/+28
* | BENCH: Added missing ufunc benchmarksKeno Goertz2017-10-111-16/+14
* | STY: Add blank line for PEP8.Charles Harris2017-09-121-0/+1
* | [MAINT] Add block benchmarksJamie Townsend2017-09-121-0/+88
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-053-4/+4
* | BENCH: Add some basic ma benchmarksEric Wieser2017-04-121-0/+93
* | MAINT: Move ma benchmarks to new fileEric Wieser2017-04-112-15/+20
* | BENCH: use initialized memory for count_nonzero benchmarkJulian Taylor2017-03-251-2/+2
* | BENCH: add benchmarks for operations with temporariesJulian Taylor2017-02-241-0/+20
* | Merge pull request #8629 from eric-wieser/speedup-indicesMarten van Kerkwijk2017-02-191-0/+5
|\ \
| * | TST: add a benchmark for indicesEric Wieser2017-02-181-0/+5
* | | MAINT: ensure benchmark suite is importable on old numpy versionsPauli Virtanen2017-02-181-1/+1
|/ /
* | TST: add extended packbits testsJulian Taylor2017-01-121-0/+32
|/
* DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-061-6/+6
* ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-011-0/+39
* ENH: added axis param for np.count_nonzerogfyoung2016-08-042-3/+24
* BENCH: add more sort benchmarksJulian Taylor2016-07-291-0/+28
* BENCH: add correlate/convolve benchmarks.Ralf Gommers2016-05-281-27/+44
* ENH: make memmap file in temporary directoryMatthew Brett2016-02-141-1/+10
* BUG: only benchmark complex256 if it existsMatthew Brett2016-02-141-1/+2
* BENCH: Add some benchmarks for `matmul`.John Kirkham2016-01-161-0/+18
* BENCH: Reorganize existing benchmarks by the order they show up when run in t...John Kirkham2016-01-161-11/+11
* Merge pull request #6969 from charris/bench-randintCharles Harris2016-01-121-0/+38
|\
| * ENH: Add benchmark tests for numpy.random.randint.Charles Harris2016-01-071-0/+38
* | BENCH: Perform benchmarking for the computation of `inner` on a matrix with i...John Kirkham2016-01-081-0/+7
|/
* BENCH: Add benchmarks between an array and its transpose that share data, whi...John Kirkham2016-01-061-0/+14
* BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upwardPauli Virtanen2015-12-146-51/+107
* BENCH: allow benchmark suite to run on Python 3Pauli Virtanen2015-12-062-5/+9
* PERF: add 0d structured indexing benchmarkPauli Virtanen2015-10-181-0/+23
* WHT: break long lines + pep8Pauli Virtanen2015-08-244-14/+21
* DOC: mention asv in release notes and add a readmePauli Virtanen2015-08-221-0/+62
* MAINT: add airspeed velocity benchmarksPauli Virtanen2015-08-2212-0/+809
* REM: Remove benchmarks files.Charles Harris2013-02-285-146/+0
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
* ran reindentJarrod Millman2008-02-081-1/+0
* updating to us import numpy as np conventionJarrod Millman2007-12-154-25/+32
* ran reindent.py to cleanup whitespacesJarrod Millman2007-11-191-1/+1
* Make sorting benchmarks all sort integersCharles Harris2007-04-071-9/+9