/k6-newbie

Primary LanguageTypeScript

k6-newbie

Performance testing example with k6 and Grafana

Prerequirements

  • Node v18
  • Docker Compose (version 3)

Usage

# Install
make install

# Start docker
make start

# Run example test
make run
# Specify case
make run CASE=sample-http-api-test

# Access test results
# http://localhost:3000/dashboards

# stop docker
make stop