Fix wrong word 33/37933/1
authorBin Sun <bins@vmware.com>
Fri, 23 Mar 2018 02:17:12 +0000 (10:17 +0800)
committerBin Sun <bins@vmware.com>
Fri, 23 Mar 2018 02:20:14 +0000 (10:20 +0800)
The parameter is wrong in the spec.

Change-Id: I4bb5c790a38518bc164b8f8ccfcddc0695b610ad
Issue-ID: MULTICLOUD-150
Signed-off-by: Bin Sun <bins@vmware.com>
docs/specs/parallelism_improvement.rst

index 00d66df..86f39d8 100644 (file)
@@ -116,7 +116,7 @@ Result:
 100000 requests, concurrency level 1000
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Command:  `ab  -n 10000 -c 100 http://<IP:port>/api/multicloud/v0/vim_types`
+Command:  `ab  -n 100000 -c 1000 http://<IP:port>/api/multicloud/v0/vim_types`
 Result:
   Django runserver: Apache Benchmark quit because it reports timeout after
   running a random portion of all requests.