Parameter `test` is type of stress test (corresponding to the name of folder). As result you will see file `k6_summary.lua` with summarized metrics inside chosen stress test folder.
## Using k6 and tarantool
1. Run [test application](../test_app)
```bash
cd ../test_app && cartridge start
...
...
@@ -20,9 +26,28 @@
1. Run the [k6](https://k6.io/docs/getting-started/running-k6/) script
```bash
./k6 run -u 10 -d 1m k6.js
./k6 run -u 10 -d 1m k6.js--summary-export k6_summary.json
```
**Note:**
**Note:**
If you run stress tests sequentially, you may need to do `cartridge clean` before next test run because tests might have
conflicting schemas.
## Compare results
If you need to compare results serveral test, you may run