summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #17736 from seiko2plus/issue_17716Matti Picus2020-12-162-1/+18
|\ \ | |/ |/|
| * BUG, Benchmark: fix passing optimization build options to asvSayed Adel2020-11-092-1/+18
* | BENCH: Improve floor divide benchmarks (#17727)Ganesh Kathiresan2020-11-231-2/+2
* | BENCH: Added floor divide benchmarks (#17727)Ganesh Kathiresan2020-11-231-9/+14
* | ENH: Added asv benchmarksGanesh Kathiresan2020-11-111-0/+11
|/
* improve the einsum bench by adding new bench cases and variable rename.Qiyu82020-11-041-12/+59
* ENH: Pass optimizations arguments to asv buildSayed Adel2020-09-111-0/+95
* ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-0/+27
* Merge pull request #16605 from xiegengxin/avx512-log-float64Matti Picus2020-07-141-0/+13
|\
| * MAINT: AVX512 intrinsics implementation for float64 input np.logGengxin Xie2020-06-121-0/+13
* | BENCH: Add basic benchmarks for scalar indexing and assignment (#16786)Sebastian Berg2020-07-091-0/+30
* | Merge pull request #16621 from seberg/bench-more-arrMatti Picus2020-06-301-0/+16
|\ \
| * | BENCH: Expand array-creation testsSebastian Berg2020-06-161-0/+16
* | | 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