summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* BENCH: remove obsolete goal_time paramPaweł Redzyński2020-06-181-1/+1
* add blank line according PEP8qiyu82020-06-151-0/+1
* Simplify the benchmark case by focusing only on float64 input and SSE2 optimi...qiyu82020-06-101-31/+12
* improve float64 performance by sse2qiyu82020-06-091-1/+45
* Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-041-0/+33
|\
| * BENCH: Add simple scalar math benchmarksSebastian Berg2020-05-261-0/+33
* | ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375)Chunlin2020-06-011-0/+9
* | ENH: Use AVX-512 for np.frexp and np.ldexp (#16371)Raghuveer Devulapalli2020-05-311-0/+17
* | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-311-1/+5
|/
* BENCH: Default to building HEAD instead of masterkai-striega2020-05-031-1/+1
* Merge pull request #15648 from xiegengxin/avx512-exp-float64Matti Picus2020-04-231-6/+8
|\
| * MAINT: provide float64 logisticregression benchGengxin Xie2020-03-161-6/+8
* | Added benchmark for _var with complex input.Ross Barnowski2020-03-091-0/+11
* | improving benchmark doc according the suggestionQiyu82020-03-031-1/+1
* | improving benchmark doc according the suggestionQiyu82020-03-031-1/+1
* | improving benchmark doc according the suggestionQiyu82020-03-031-3/+4
* | improving benchmark doc according the suggestionQiyu82020-03-031-6/+6
* | improve benchmark doc formatingQiyu82020-03-021-1/+1
* | improve benchmark doc format2Qiyu82020-03-021-2/+2
* | improve benchmark doc formateQiyu82020-03-021-19/+23
* | improve benchmark docQiyu82020-03-021-4/+30
|/
* TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platformsRaghuveer Devulapalli2020-02-121-4/+4
* BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functionsRaghuveer Devulapalli2020-02-111-1/+31
* Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-072-4/+0
|\
| * MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-4/+0
* | BENCH: Adding benchmarks for cmplx number operationsRaghuveer Devulapalli2020-02-011-0/+74
|/
* BENCH: adding benchmarks for np.maximumRaghuveer Devulapalli2020-01-281-0/+22
* MAINT: Remove other uses of six moduleMike Taves2020-01-212-4/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-5/+1
* [MAINT] Remove sixSeth Troisi2020-01-201-2/+1
* Merge pull request #15278 from seberg/bench-small-array-coercionMatti Picus2020-01-071-0/+57
|\
| * BENCH: Add benchmark for small array coercionsSebastian Berg2020-01-071-0/+57
* | BENCH: Add basic benchmarks for take and putmaskSebastian Berg2020-01-071-0/+45
|/
* 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