Commit 7b0a7406 authored by Grant Young's avatar Grant Young Committed by Marcel Amirault

Update load perf k6 version to 0.27.0

Allows for more flexibility in tests
parent 9a1a4e25
...@@ -141,7 +141,8 @@ For example, you can override the duration of the test with a CLI option: ...@@ -141,7 +141,8 @@ For example, you can override the duration of the test with a CLI option:
GitLab only displays the key performance metrics in the MR widget if k6's results are saved GitLab only displays the key performance metrics in the MR widget if k6's results are saved
via [summary export](https://k6.io/docs/results-visualization/json#summary-export) via [summary export](https://k6.io/docs/results-visualization/json#summary-export)
as a [Load Performance report artifact](../../../ci/pipelines/job_artifacts.md#artifactsreportsload_performance-premium). as a [Load Performance report artifact](../../../ci/pipelines/job_artifacts.md#artifactsreportsload_performance-premium).
The latest Load Performance artifact available is always used. The latest Load Performance artifact available is always used, using the
summary values from the test.
If [GitLab Pages](../pages/index.md) is enabled, you can view the report directly in your browser. If [GitLab Pages](../pages/index.md) is enabled, you can view the report directly in your browser.
......
---
title: Update Load Performance Testing k6 version to 0.27.0
merge_request: 37680
author:
type: other
...@@ -5,7 +5,7 @@ load_performance: ...@@ -5,7 +5,7 @@ load_performance:
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
K6_IMAGE: loadimpact/k6 K6_IMAGE: loadimpact/k6
K6_VERSION: 0.26.2 K6_VERSION: 0.27.0
K6_TEST_FILE: github.com/loadimpact/k6/samples/http_get.js K6_TEST_FILE: github.com/loadimpact/k6/samples/http_get.js
K6_OPTIONS: '' K6_OPTIONS: ''
services: services:
......
...@@ -11,7 +11,7 @@ load_performance: ...@@ -11,7 +11,7 @@ load_performance:
image: docker:git image: docker:git
variables: variables:
K6_IMAGE: loadimpact/k6 K6_IMAGE: loadimpact/k6
K6_VERSION: 0.26.2 K6_VERSION: 0.27.0
K6_TEST_FILE: github.com/loadimpact/k6/samples/http_get.js K6_TEST_FILE: github.com/loadimpact/k6/samples/http_get.js
K6_OPTIONS: '' K6_OPTIONS: ''
services: services:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment