From a13208f113da7e3b22e3ec8da3f2e5048557f2dc Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Wed, 3 Feb 2021 21:43:45 -0800 Subject: [PATCH] Scalability envelope readme typo (#13874) --- benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 216715165..352845dd0 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -26,7 +26,7 @@ All single node benchmarks are run on a single m4.16xlarge. | Dimension | Quantity | | --------- | -------- | -| # of object artuments to a single task | 10000+ | +| # of object arguments to a single task | 10000+ | | # of objects returned from a single task | 3000+ | | # of plasma objects in a single `ray.get` call | 10000+ | | # of tasks queued on a single node | 1,000,000+ |