From 3c1086573221c35f12aac7ea51d33e26618e31c0 Mon Sep 17 00:00:00 2001 From: noel purde Date: Tue, 7 Oct 2025 14:05:38 +0000 Subject: [PATCH] Edit load_performance_testing.md --- doc/ci/testing/load_performance_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/testing/load_performance_testing.md b/doc/ci/testing/load_performance_testing.md index 9f5ef4fcd79f1c..cbe839bdf79368 100644 --- a/doc/ci/testing/load_performance_testing.md +++ b/doc/ci/testing/load_performance_testing.md @@ -35,7 +35,7 @@ First, define a job in your `.gitlab-ci.yml` file that generates the GitLab checks this report, compares key load performance metrics between the source and target branches, and then shows the information in a merge request widget: -![Load Performance Widget](img/load_performance_testing_v13_2.png) +![Merge request in GitLab showing a passed pipeline and performance metrics with some degraded TTFB values.](img/load_performance_testing_v13_2.png) Next, you need to configure the test environment and write the k6 test. -- GitLab