summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* ENH, SIMD: improve argmax/argmin performanceSayed Adel2022-02-131-1/+13
* Merge pull request #20976 from rafaelcfsousa/p10_enh_intdivMatti Picus2022-02-101-0/+13
|\
| * BENCH: Add arr // arr for floor_divideRafael Cardoso Fernandes Sousa2022-02-021-0/+13
* | BENCH: Add benchmarks for 32-bit data type sortingRaghuveer Devulapalli2022-01-141-1/+1
|/
* BENCH: cover integer max/min and fmax/fmin testsSayed Adel2021-12-312-13/+40
* Merge pull request #19485 from r-devulap/fp-testsMatti Picus2021-08-041-21/+11
|\
| * BENCH: Add benchmarking for ufuncs using SVML implementationsRaghuveer Devulapalli2021-07-161-21/+11
* | DEV: Update default Python in benchmark config.Ross Barnowski2021-08-032-2/+2
|/
* ENH: add new function `_opt_info()` to utils provides the optimization info o...Sayed Adel2021-04-221-1/+1
* MAINT, Benchmark: print the supported CPU features during the run of performa...Sayed Adel2021-04-221-0/+52
* Merge pull request #18728 from anthonyhvo12/avo-exceptions-chainingCharles Harris2021-04-122-6/+6
|\
| * Update benchmarks/benchmarks/bench_ufunc_strides.pyAnthony Vo2021-04-051-1/+1
| * Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-cha...Anthony Vo2021-04-052-2/+2
| |\
| * | chain exceptions when appropriateAnthony Vo2021-04-052-7/+7
* | | Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_divMatti Picus2021-04-061-7/+8
|\ \ \ | |_|/ |/| |
| * | BENCH: Benchmarks for unsigned ints (#18075)Ganesh Kathiresan2021-03-221-7/+8
* | | Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-161-1/+1
* | | MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
| |/ |/|
* | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-151-1/+1
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-051-0/+6
| |\ \
| * | | Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added bench...Touqir Sajed2021-01-191-1/+1
| | |/ | |/|
* | | BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-0/+24
* | | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-061-0/+8
| |/ |/|
* | Add triu_indices and tril_indicesIllviljan2021-01-181-0/+6
|/
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-292-3/+3
* BENCH: Rename `bench_avx.py` to `bench_ufunc_strides.py`Sayed Adel2020-12-261-7/+9
* Merge pull request #17102 from Qiyu8/usimd-compiledMatti Picus2020-12-191-0/+3
|\
| * add benchmark test case for little order.Qiyu82020-12-161-0/+3
* | 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