Skip to content

burhanudinyahya/performance-testing-with-k6

 
 

Repository files navigation

[UPDATED] 2022-07-19 - Performance Testing with K6

Load testing workshop, demonstrating k6

Video

Performance Testing with k6 Video

Getting started

  • docker-compose up -d influxdb grafana
  • Load http://localhost:3000, and import the grafana_dashboard.json config to a new dashboard.
  • docker-compose run k6 run /tests/01-simple/test.js

To use cloud run

  • Create an account with k6 cloud here to use the cloud run: https://app.k6.io/account/login
  • Replace API_TOKEN in the Dockerfile with your account token (API Token).
  • docker-compose run k6 cloud /tests/01-simple/test.js to run the test in the cloud

Look through the k6 docs here: https://k6.io/docs/cloud/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • Dockerfile 3.1%