diff options
| author | Pratyay Banerjee <dev@neilblaze.live> | 2023-03-31 11:08:54 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 22:38:54 -0700 |
| commit | b50568d9e758b489c2a3c409ef4e57b67820f090 (patch) | |
| tree | dfbbac85a9396415748907bc78e103e106b883b2 /benchmarks | |
| parent | 7b27c3ebe7f35684aeb2dfa2fd3125b2a69aed49 (diff) | |
| download | numpy-b50568d9e758b489c2a3c409ef4e57b67820f090.tar.gz | |
DOC: Fix typos & grammer in docstrings and comments (#23503)
Diffstat (limited to 'benchmarks')
| -rw-r--r-- | benchmarks/README.rst | 2 | ||||
| -rw-r--r-- | benchmarks/benchmarks/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/README.rst b/benchmarks/README.rst index 135527e4f..ef841a818 100644 --- a/benchmarks/README.rst +++ b/benchmarks/README.rst @@ -31,7 +31,7 @@ the command line and execute:: python runtests.py --bench where ``--bench`` activates the benchmark suite instead of the -test suite. This builds NumPy and runs all available benchmarks +test suite. This builds NumPy and runs all available benchmarks defined in ``benchmarks/``. (Note: this could take a while. Each benchmark is run multiple times to measure the distribution in execution times.) diff --git a/benchmarks/benchmarks/__init__.py b/benchmarks/benchmarks/__init__.py index 7b9f1d3e6..35fc87eac 100644 --- a/benchmarks/benchmarks/__init__.py +++ b/benchmarks/benchmarks/__init__.py @@ -26,7 +26,7 @@ def dirty_lock(lock_name, lock_on_count=1): lock_path = os.path.abspath(os.path.join( os.path.dirname(__file__), "..", "env", lock_name) ) - # ASV load the 'benchmark_dir' to discovering the available benchmarks + # ASV loads the 'benchmark_dir' to discover the available benchmarks # the issue here is ASV doesn't capture any strings from stdout or stderr # during this stage so we escape it and lock on the second increment try: |
