From 2f3ead423a8ae505390bfcff088dfb3483d6bbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Thu, 30 Sep 2021 14:30:29 +0200 Subject: [PATCH] Nit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- examples/benchtool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchtool.js b/examples/benchtool.js index ea316eb..2665e30 100644 --- a/examples/benchtool.js +++ b/examples/benchtool.js @@ -2,7 +2,7 @@ import { check, sleep } from 'k6'; import remote from 'k6/x/remotewrite'; import { randomIntBetween } from "https://jslib.k6.io/k6-utils/1.1.0/index.js"; -// This example similar to Promtool's default workload file: https://github.com/grafana/cortex-tools/blob/main/docs/benchtool.md#example-workload-file +// This example is similar to Promtool's default workload file: https://github.com/grafana/cortex-tools/blob/main/docs/benchtool.md#example-workload-file export let options = { vus: 5,