diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-01-02 14:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 14:56:26 +0200 |
commit | 261f8b229f393a4433b80b234379d74b1a9117b7 (patch) | |
tree | e2ad52d3df4363219c00dcbdbee23a2a9ff1f109 /benchmarks/README.rst | |
parent | 6efe7f0e1652c9ca5a316fb1cc16264733ff69b7 (diff) | |
download | numpy-261f8b229f393a4433b80b234379d74b1a9117b7.tar.gz |
DOC: linting, spelling
Diffstat (limited to 'benchmarks/README.rst')
-rw-r--r-- | benchmarks/README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst index bff1bf882..135527e4f 100644 --- a/benchmarks/README.rst +++ b/benchmarks/README.rst @@ -43,7 +43,8 @@ replications:: export REGEXP="bench.*Ufunc" asv run --dry-run --show-stderr --python=same --quick -b $REGEXP -Where the regular expression used to match benchmarks is stored in ``$REGEXP``, and `--quick` is used to avoid repititions. +Where the regular expression used to match benchmarks is stored in ``$REGEXP``, +and `--quick` is used to avoid repetitions. To run benchmarks from a particular benchmark module, such as ``bench_core.py``, simply append the filename without the extension:: |