Skip to content

Commit

Permalink
Move test scripts to scripts directory
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
mostafa committed Jun 29, 2021
1 parent c2b6227 commit 4f46ff5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following k6 test script is used to test this extension and Apache Kafka in
You can run k6 with the Kafka extension using the following command:

```bash
$ ./k6 run --vus 50 --duration 60s test.js
$ ./k6 run --vus 50 --duration 60s scripts/test_json.js
```

And here's the test result output:
Expand All @@ -90,7 +90,7 @@ And here's the test result output:
/ __________ \ |__| \__\ \_____/ .io

execution: local
script: test.js
script: scripts/test_json.js
output: -

scenarios: (100.00%) 1 scenario, 50 max VUs, 1m30s max duration (incl. graceful stop):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f46ff5

Please sign in to comment.