[Core] Show_webui segfault fix. (#8323)

This commit is contained in:
SangBin Cho
2020-05-06 09:45:07 -07:00
committed by GitHub
parent 04813c2ef5
commit e631827a9f
6 changed files with 35 additions and 3 deletions
+1
View File
@@ -92,6 +92,7 @@ def timeit(name, fn, multiplier=1):
def main():
print("Tip: set TESTS_TO_RUN='pattern' to run a subset of benchmarks")
ray.init()
value = ray.put(0)
arr = np.zeros(100 * 1024 * 1024, dtype=np.int64)