Skip to content

Commit

Permalink
DOCS-modin-project#2518: address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Dec 17, 2020
1 parent c281f67 commit aec4fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,17 +168,17 @@ The entire test suite is automatically run for each pull request.
Performance measurement
-----------------------

To track the performance of various functionality of Modin, we use Asv_ tool.
We use Asv_ tool for performance tracking of various Modin functionality.

Various scenarios in which it may be needed with appropriate command:
Here are some scenarios in which Asv can be used:

* It is necessary to check the impact of the new patch on the performance of a certain set of operations:

.. code-block:: bash
asv continuous -f 1.05 src/master HEAD -b TimeGroupBy --launch-method=spawn
* It is necessary to check the healthy of benchmarks after making changes or writing new ones:
* It is necessary to check presence of errors inside of benchmarks after making changes or writing new ones:

.. code-block:: bash
Expand Down

0 comments on commit aec4fff

Please sign in to comment.