Menu
Grafana Cloud

Inspect test results

When running a cloud test, Grafana Cloud stores the test metrics generated by the k6 instances running the test. Grafana Cloud k6 provides views that visualize, analyze, and present trends for the test results.

This topic describes the primary sections of the Test Result view, also known as Test Run view.

There are two ways to navigate to the Test Result view. From the project view:

  1. Select the test that want to view its test run results.
  2. On the Test view, select the test run from the Test Runs table.

Test view - Test runs table

Performance overview

The Performance Overview section displays high-level data for your test. While the test runs, it displays live metrics.

Test Results view - Performance Overview

Indicators of good and bad results

The first sign of a good or bad result is usually in the Performance Overview panel.

Typical signs of a good result:

  • Response time has a flat trend for the duration of the test.
  • Request rates follow the same ramping pattern as Virtual Users (if VUs increase, so does the request rate).

Typical signs of a performance issue or bottleneck:

  • Response times increase during the test.
  • Response times increase, then quickly bottom out and stay flat.
  • Request rates don’t increase with VUs (and response times start to increase).

This is a non-exhaustive list. You should use these patterns as a first indicator of good or bad performance of your test.

Performance insights

Below the Performance Overview panel, the Performance Insights section lists any issues that the cloud service algorithms detect. Refer to Get performance insights for more details.

Request and test data

The last section of the Test Result view displays several tabs with information about the request data, such as HTTP, gRPC, or WebSocket requests, and other test data from your script, such as Checks, Thresholds, and Logs.

For more details, refer to: