summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)AuthorFilesLines
2017-11-03DOC: update asv urlJarrod Millman1-1/+1
2017-10-23BENCH: histogramming benchmarksJohn Goetz1-0/+28
2017-10-11BENCH: Added missing ufunc benchmarksKeno Goertz1-16/+14
2017-09-12STY: Add blank line for PEP8.Charles Harris1-0/+1
2017-09-12[MAINT] Add block benchmarksJamie Townsend1-0/+88
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser3-4/+4
2017-04-12BENCH: Add some basic ma benchmarksEric Wieser1-0/+93
2017-04-11MAINT: Move ma benchmarks to new fileEric Wieser2-15/+20
2017-03-25BENCH: use initialized memory for count_nonzero benchmarkJulian Taylor1-2/+2
2017-02-24BENCH: add benchmarks for operations with temporariesJulian Taylor1-0/+20
2017-02-19Merge pull request #8629 from eric-wieser/speedup-indicesMarten van Kerkwijk1-0/+5
2017-02-18MAINT: ensure benchmark suite is importable on old numpy versionsPauli Virtanen1-1/+1
2017-02-18TST: add a benchmark for indicesEric Wieser1-0/+5
2017-01-12TST: add extended packbits testsJulian Taylor1-0/+32
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-6/+6
2016-09-01ENH: add inplace cases to fast ufunc loop macrosJulian Taylor1-0/+39
2016-08-04ENH: added axis param for np.count_nonzerogfyoung2-3/+24
2016-07-29BENCH: add more sort benchmarksJulian Taylor1-0/+28
2016-05-28BENCH: add correlate/convolve benchmarks.Ralf Gommers1-27/+44
2016-02-14ENH: make memmap file in temporary directoryMatthew Brett1-1/+10
2016-02-14BUG: only benchmark complex256 if it existsMatthew Brett1-1/+2
2016-01-16BENCH: Add some benchmarks for `matmul`.John Kirkham1-0/+18
2016-01-16BENCH: Reorganize existing benchmarks by the order they show up when run in t...John Kirkham1-11/+11
2016-01-12Merge pull request #6969 from charris/bench-randintCharles Harris1-0/+38
2016-01-08BENCH: Perform benchmarking for the computation of `inner` on a matrix with i...John Kirkham1-0/+7
2016-01-07ENH: Add benchmark tests for numpy.random.randint.Charles Harris1-0/+38
2016-01-06BENCH: Add benchmarks between an array and its transpose that share data, whi...John Kirkham1-0/+14
2015-12-14BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upwardPauli Virtanen6-51/+107
2015-12-06BENCH: allow benchmark suite to run on Python 3Pauli Virtanen2-5/+9
2015-10-18PERF: add 0d structured indexing benchmarkPauli Virtanen1-0/+23
2015-08-24WHT: break long lines + pep8Pauli Virtanen4-14/+21
2015-08-22DOC: mention asv in release notes and add a readmePauli Virtanen1-0/+62
2015-08-22MAINT: add airspeed velocity benchmarksPauli Virtanen12-0/+809
2013-02-28REM: Remove benchmarks files.Charles Harris5-146/+0
2013-02-272to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris1-1/+1
2008-02-08ran reindentJarrod Millman1-1/+0
2007-12-15updating to us import numpy as np conventionJarrod Millman4-25/+32
2007-11-19ran reindent.py to cleanup whitespacesJarrod Millman1-1/+1
2007-04-07Make sorting benchmarks all sort integersCharles Harris1-9/+9
2007-02-17Refactor benchmarks.Stefan van der Walt4-41/+90
2006-07-18Fix to example.Travis Oliphant1-1/+1
2006-07-12Change occurrences of N.rand to N.random.rand.Stefan van der Walt1-4/+4
2006-07-02Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2-8/+8
2006-06-28Add simple indexing test.Travis Oliphant1-0/+42
2006-06-28Add benchmark for creating new arrays.Travis Oliphant1-0/+9
2006-06-27Add a function to retrieve a user-defined type number from the name of the as...Travis Oliphant1-0/+9
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-5/+0
2006-01-05More documentation updatesedschofield1-3/+3
2006-01-04Changed all references to scipy to numpyTravis Oliphant1-3/+3
2005-12-31Added benchmarks folderTravis Oliphant1-0/+36