From eaff41c05540ff9ab32a370efb64e0580c225bf4 Mon Sep 17 00:00:00 2001 From: Vladimir Domnich Date: Mon, 17 Oct 2022 11:42:59 +0000 Subject: [PATCH] Fix misprint in docs Signed-off-by: Vladimir Domnich --- scenarios/run_scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/run_scenarios.md b/scenarios/run_scenarios.md index 62dabb1..b044e44 100644 --- a/scenarios/run_scenarios.md +++ b/scenarios/run_scenarios.md @@ -29,7 +29,7 @@ $ ./scenarios/preset/preset_grpc.py --size 1024 --containers 1 --out grpc.json - 2. Execute scenario with options: ```shell -$ ./k6 run -e DURATION=60 -e WRITE_OBJ_SIZE=8192 -e READERS=20 -e WRITERS=20 -e DELETERS=30 -e DELETE_AGE=10 -e REGITRY_FILE=registry.bolt -e GRPC_ENDPOINTS=host1:8080,host2:8080 -e PREGEN_JSON=./grpc.json scenarios/grpc.js +$ ./k6 run -e DURATION=60 -e WRITE_OBJ_SIZE=8192 -e READERS=20 -e WRITERS=20 -e DELETERS=30 -e DELETE_AGE=10 -e REGISTRY_FILE=registry.bolt -e GRPC_ENDPOINTS=host1:8080,host2:8080 -e PREGEN_JSON=./grpc.json scenarios/grpc.js ``` Options (in addition to the common options): @@ -50,7 +50,7 @@ $ ./scenarios/preset/preset_grpc.py --size 1024 --containers 1 --out grpc.json - 2. Execute scenario with options: ```shell -$ ./k6 run -e DURATION=60 -e WRITE_OBJ_SIZE=8192 -e READERS=10 -e WRITERS=20 -e REGITRY_FILE=registry.bolt -e HTTP_ENDPOINTS=host1:8888,host2:8888 -e PREGEN_JSON=./grpc.json scenarios/http.js +$ ./k6 run -e DURATION=60 -e WRITE_OBJ_SIZE=8192 -e READERS=10 -e WRITERS=20 -e REGISTRY_FILE=registry.bolt -e HTTP_ENDPOINTS=host1:8888,host2:8888 -e PREGEN_JSON=./grpc.json scenarios/http.js ``` Options (in addition to the common options):