Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
  • Loading branch information
dgzlopes committed Sep 30, 2021
1 parent 7a60230 commit 2f3ead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchtool.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f3ead4

Please sign in to comment.