From f3735becf000698d054b8cc87c1e5d88f9401b35 Mon Sep 17 00:00:00 2001 From: avitalique Date: Thu, 19 Aug 2021 12:57:34 +0200 Subject: [PATCH] add command to run the sample script --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4b94e6..e11e2d0 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ export default function () { file.appendString(filepath, `Second line. VU: ${__VU} - ITER: ${__ITER}`); } ``` + +## Run sample script +```shell +./k6 run sample-script.js +```