Skip to content

CIRCLECI-GWP/performance-testing-with-k6

Repository files navigation

CircleCI

Running tests

Running performance tests

To run environment specific tests, we will use the following commands.

  1. For create todo tests:
k6 run todos-testing.js
  1. For create todo and fetch tests:
k6 run create-and-fetch-todo-http-request.js
  1. For create todo and fetch tests with Trends:
k6 run create-todo-http-request.js
  1. For create todo tests with Cloud output:
export K6_CLOUD_TOKEN=<your-token>

k6 run --out cloud create-todo-http-request.js

Details

This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program

Join a team of freelance writers and write about your favorite technology topics for the CircleCI blog. Read more about the program here.

Reviewers: Ron Powell, Stanley Ndagi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published