Release 0.8.0 test logs (#6512)

This commit is contained in:
Eric Liang
2019-12-17 15:56:50 -08:00
committed by GitHub
parent ab5a9f0946
commit 6725a61bda
7 changed files with 77 additions and 22 deletions
+2 -3
View File
@@ -64,10 +64,9 @@ This document describes the process for creating new releases.
ray microbenchmark
Run `ray microbenchmark` on an `m4.16xl` instance running `Ubuntu 18.04` with `Python 3` to get the
latest microbenchmark numbers and update them in `profiling.rst`.
latest microbenchmark numbers.
The results should be updated in ``doc/dev/profiling.rst`` and checked in under
``doc/dev/release_logs/<version>``.
The results should be checked in under ``doc/dev/release_logs/<version>``.
5. **Resolve release-blockers:** If a release blocking issue arises, there are
two ways the issue can be resolved: 1) Fix the issue on the master branch and