Skip to content

Commit

Permalink
add command to run the sample script
Browse files Browse the repository at this point in the history
  • Loading branch information
avitalique committed Aug 19, 2021
1 parent c33e9df commit f3735be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit f3735be

Please sign in to comment.