diff options
author | Sayed Adel <seiko@imavr.com> | 2020-09-10 15:31:27 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2020-09-11 23:12:04 +0200 |
commit | 96be6959f970f56fda1c4dfe38db3eabc807f7a6 (patch) | |
tree | d9e1003171560a9a07ab6caead93dd9a607e96f0 /.gitignore | |
parent | 74712a53df240f1661fbced15ae984888fd9afa6 (diff) | |
download | numpy-96be6959f970f56fda1c4dfe38db3eabc807f7a6.tar.gz |
ENH: Pass optimizations arguments to asv build
This patch allows passing `-j`, `--cpu-baseline`, `--cpu-dispatch` and `--disable-optimization`
to ASV build when argument `--bench-compare` is used.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c58b0e62f..85318467e 100644 --- a/.gitignore +++ b/.gitignore @@ -182,6 +182,7 @@ benchmarks/results benchmarks/html benchmarks/env benchmarks/numpy +benchmarks/_asv_compare.conf.json # cythonized files cythonize.dat numpy/random/_mtrand/_mtrand.c |