summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-054-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0318-36/+0
* DEV: update asv.conf.jsonPauli Virtanen2019-11-241-2/+3
* BENCH: adding benchmarks for avx based ufuncsRaghuveer Devulapalli2019-10-081-0/+34
* add benchmarkGuillaume Horel2019-07-111-0/+13
* DOC: Update benchmark codes to match current set.Robert Kern2019-06-251-2/+2
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-4/+2
* MAINT: remove ThreeFry BitGeneratormattip2019-06-251-2/+2
* MAINT: remove pcg32 BitGeneratormattip2019-06-251-2/+2
* MAINT: remove dSFMTmattip2019-06-161-2/+2
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* BENCH: fix benchmark suite importability on Numpy<1.17Pauli Virtanen2019-05-301-1/+7
* Merge pull request #13163 from mattip/randomgenSebastian Berg2019-05-281-4/+93
|\
| * STY: Clean up codeKevin Sheppard2019-05-271-15/+15
| * Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-4/+4
| * merge master into branchmattip2019-05-221-0/+6
| |\
| * | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-6/+4
| * | MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-47/+40
| * | BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-4/+3
| * | BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+99
* | | Merge pull request #13399 from superbobry/np.array-list-of-array-likeMatti Picus2019-05-261-0/+4
|\ \ \ | |_|/ |/| |
| * | ENH: Improved performance of PyArray_FromAny for sequences of array-likeSergei Lebedev2019-05-191-0/+4
* | | Merge pull request #13541 from juliantaylor/restore-unpack-performanceMatti Picus2019-05-211-0/+6
|\ \ \ | |_|/ |/| |
| * | ENH: restore unpack bit lookup tableJulian Taylor2019-05-121-0/+6
| |/
* | BENCH: Modify benchmarks for radix sort.Hameer Abbasi2019-05-121-13/+32
|/
* Add benchmark for sorting random array.Hameer Abbasi2019-04-081-0/+1
* BENCH: fix Savez suite, previously was actually calling pickle.dump()Christopher Whelan2019-03-231-1/+2
* Merge pull request #12968 from hameerabbasi/sort-benchmarksMatti Picus2019-02-271-32/+130
|\
| * Minor typo. [ci skip]Hameer Abbasi2019-02-251-1/+1
| * Address feedback from @eric-wieser and @charris.Hameer Abbasi2019-02-251-79/+65
| * Fix the missing types.Hameer Abbasi2019-02-201-9/+17
| * Get rid of __getattr__ magic.Hameer Abbasi2019-02-201-9/+10
| * Respond to feedback from @eric-wieserHameer Abbasi2019-02-181-86/+83
| * Change according to feedback from @charris.Hameer Abbasi2019-02-181-5/+33
| * Sorting benchmarks.Hameer Abbasi2019-02-141-28/+106
* | BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986)Christopher Whelan2019-02-191-1/+1
* | Merge pull request #8159 from wrwrwr/import-benchmarkMatti Picus2019-02-141-0/+36
|\ \ | |/ |/|
| * ENH: Add import time benchmarks.wrwrwr2016-10-151-0/+36
* | Merge pull request #12724 from mattip/remove-warningEric Wieser2019-01-132-3/+3
|\ \
| * | BENCH: quiet warnings in benchmarksmattip2019-01-132-3/+3
* | | ENH: improve performance of numpy.core.records.fromarrays (#12596)Daniel Hrisca2019-01-131-0/+43
* | | Merge pull request #12723 from jakirkham/inc_other_sort_benchmarksMatti Picus2019-01-131-19/+30
|\ \ \ | |/ / |/| |
| * | Drop `None` sort `kind` as it doesn't work yetJohn Kirkham2019-01-121-1/+1
| * | Drop radix benchmark as it is not included yetJohn Kirkham2019-01-121-1/+1
| * | Fix benchmark.Hameer Abbasi2019-01-022-33/+30
| * | Update benchmarks.Hameer Abbasi2019-01-021-7/+11
| * | Add benchmarksHameer Abbasi2019-01-021-1/+1
| * | Add benchmarks.Hameer Abbasi2019-01-021-0/+10
* | | Merge pull request #12684 from mattip/benchmark-ufuncsSebastian Berg2019-01-091-1/+1
|\ \ \
| * | | DEV: remove _arg from public API, add matmul to benchmark ufuncsmattip2019-01-071-1/+1
| |/ /