Skip to content

Commit

Permalink
project init 03
Browse files Browse the repository at this point in the history
  • Loading branch information
damwu1 committed May 17, 2024
1 parent 1fd7a70 commit 0f11435
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Commands

```bash
# json format
k6 run --out json=mock/test.json mock/index.js

# or html format

# html format
k6 run --out web-dashboard=report=logs.html mock/index.js

# multiple scenario example
k6 run --out web-dashboard=report=logs.html scenarios/index.js
```

0 comments on commit 0f11435

Please sign in to comment.