diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-11-24 17:18:43 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-11-24 17:18:45 +0200 |
commit | 677be32b3d82c1d83ddd6ee9ec6b35b9bc48e9cd (patch) | |
tree | 873fc72c8ca0a440a7ae6f5c9c4c7dfeb7d0a6de | |
parent | 0b8a241a59c8afc608e7e2db6a297eaa718e27e6 (diff) | |
download | numpy-677be32b3d82c1d83ddd6ee9ec6b35b9bc48e9cd.tar.gz |
DEV: update asv.conf.json
Due to Numpy cythonize changes, Cython is required. Update renamed asv
option + bump default Python version.
-rw-r--r-- | benchmarks/asv.conf.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 45da9533f..b3c7f9f20 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -35,7 +35,7 @@ // The Pythons you'd like to test against. If not provided, defaults // to the current version of Python used to run `asv`. - "pythons": ["3.6"], + "pythons": ["3.7"], // The matrix of dependencies to test. Each key is the name of a // package (in PyPI) and the values are version numbers. An empty @@ -43,6 +43,7 @@ // version. "matrix": { "six": [], + "Cython": [], }, // The directory (relative to the current directory) that benchmarks are @@ -68,7 +69,7 @@ // `asv` will cache wheels of the recent builds in each // environment, making them faster to install next time. This is // number of builds to keep, per environment. - "wheel_cache_size": 2, + "build_cache_size": 8, // The commits after which the regression search in `asv publish` // should start looking for regressions. Dictionary whose keys are |