Skip to content

otus-load/k6-sampler

Repository files navigation

k6-sampler

Simple k6 load test for OTUS

k6 run sample.js

With logs:

k6 run  --log-format raw --console-output=test.log --out csv=test_result.csv sample.js

For debug

k6 run --http-debug="full" sample.js

Docker

Build docker image

docker build -t otus/k6:1.0.0 .

Start k6 test:

docker run -it --rm otus/k6:1.0.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages