mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00

* added new instructions and script * initialize ray only once * use ray-project/asv master
10 lines
383 B
ReStructuredText
10 lines
383 B
ReStructuredText
Running the benchmarks
|
|
======================
|
|
|
|
You can run the benchmark suite by doing the following:
|
|
|
|
1. Install https://github.com/ray-project/asv: ``cd asv; pip install -e .``
|
|
2. Run ``asv dev`` in this directory.
|
|
|
|
To run ASV inside docker, you can use the following command:
|
|
`docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA bash -c '/ray/test/jenkins_tests/run_asv.sh'`
|