Skip to content

andypettey/image_jit_transformation_load_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K6 Benchmarking

Requirements

Docker + Docker Compose

Setup

In root folder run the following command

docker-compose create

Run/Repeat Tests

In root folder run the following command

docker-compose start

To repeat a test just use the command above again and it will run again.

Observe

K6

Go to Grafana

http://localhost:3000/d/ReuNR5Aik/k6-dashboard?orgId=1&refresh=10s

You will need to read the graphs and interpret what has happened.

ImgProxy

Go to Grafana

http://localhost:3000/d/6UWY8Afik/imgproxy-instrumentation

Changing which tests to run

Which test to run

Inside examples/script.js you can change the executed funtion inside the default export function this will change the test profile.

K6 parameters

Inside examples/script.js you can change the options field to change the test parameters, information can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors