You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# under the specific directory (eg. ssr) do this
k6 new
# this command will create a new default `script.js` file# or you can create your own as follows:
Update the test file content like the following:
exportconstoptions={ext: {loadimpact: {projectID: <YOUR_PROJECT_ID>,
// Test runs with the same name groups test runs together
name: 'Default'
}}}
Run the k6 load test on Grafana Cloud
cd ./js/ssr
k6 cloud loadTest.js
Increase vus (Parallel virtual users) with another run: