diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 11:09:45 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-03-03 11:09:45 +0800 |
commit | be7d25a359bff3a5e2d33bcb1f634a50396a1d50 (patch) | |
tree | ebaf552b0e98ad061df28e2f1a2cd803b594e313 /benchmarks | |
parent | b42a2f83d9c0d3ce953c395440496078851a57be (diff) | |
download | numpy-be7d25a359bff3a5e2d33bcb1f634a50396a1d50.tar.gz |
improving benchmark doc according the suggestion
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst index 64ccfbf84..f56c25339 100644 --- a/benchmarks/README.rst +++ b/benchmarks/README.rst @@ -59,7 +59,7 @@ have results saved for future comparison you can run ASV commands (record results and generate HTML):: cd benchmarks - asv run HEAD + asv run -n -e --python=same asv publish asv preview |