File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ or in conda environment, use
4242
4343 $ conda install -c conda-forge asv
4444
45- If you're not using conda, you also needs to have ``virtualenv ``
45+ If you're not using conda, you also need to have ``virtualenv ``
4646installed.
4747
4848::
@@ -52,20 +52,20 @@ installed.
5252Running the benchmarks
5353^^^^^^^^^^^^^^^^^^^^^^
5454
55- To quickly try out the benchmarks (e.g. while developing a new benchmark
56- you can run it against a single commit on sympy master:
55+ To quickly try out the benchmarks (e.g., while developing a new benchmark),
56+ you can run it against a single commit on SymPy master.
5757
5858::
5959
60- $ asv --quick "HEAD^!"
60+ $ asv run --quick "HEAD^!"
6161
62- If you work with ``conda `` , you should change the
62+ If you work with ``conda ``, you should change the
6363``"environment_type" `` entry in ``asv.conf.json `` from ``"virtualenv" ``
6464to ``"conda" ``. Or you can use,
6565
6666::
6767
68- $ asv --config asv.conf.conda.json --quick "HEAD^!"
68+ $ asv run --config asv.conf.conda.json --quick "HEAD^!"
6969
7070You can also run a specific benchmark based on the function or class
7171name in ``benchmarks/ `` or ``slow_benchmarks/ `` folder.
You can’t perform that action at this time.
0 commit comments