Scalability Envelope Tests (#13464)

This commit is contained in:
Alex Wu
2021-01-25 18:48:31 -08:00
committed by GitHub
parent f2867b0609
commit 840987c7af
8 changed files with 629 additions and 1 deletions
+7 -1
View File
@@ -134,7 +134,13 @@ is generally the easiest way to run release tests.
The summaries printed by each test should be checked in under
``release_logs/<version>`` on the **master** branch (make a pull request).
5. **ASAN tests**
5. **Scalability envelope tests**
- Run the tests in `benchmarks/` (with `ray submit --start cluster.yaml <test file>`)
- Record the outputted times.
- Whether the results are acceptable is a judgement call.
6. **ASAN tests**
Run the ``ci/asan_tests`` with the commit. This will enable ASAN build and run the whole Python tests to detect memory leaks.