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
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-compare-multiple-test-runs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 01/11/2024
10
10
ms.topic: how-to
11
11
---
12
12
13
-
# Identify performance regressions by comparing test runs in Azure Load Testing
13
+
# Compare load test runs in Azure Load Testing
14
14
15
15
In this article, you learn how you can compare test runs in Azure Load Testing. You can view trends across the last 10 test runs, or you can select and compare up to five individual test runs. Optionally, you can mark a test run as a baseline to compare against.
16
16
@@ -26,7 +26,7 @@ To compare both client-side and server-side metrics, you can select up to five t
26
26
27
27
- An Azure load testing resource, which has a test with multiple test runs. To create a load testing resource, see [Create and run a load test](./quickstart-create-and-run-load-test.md).
28
28
29
-
## Select test runs
29
+
## Compare multiple load test runs
30
30
31
31
To compare test runs in Azure Load Testing, you first have to select up to five runs within a load test. You can only compare runs that belong to the same load test. After you select the test runs you want to compare, you can visually compare the client-side and server-side metrics for each test run in the load test dashboard.
32
32
@@ -58,7 +58,7 @@ Use the following steps to select the test runs:
58
58
59
59
:::image type="content" source="media/how-to-compare-multiple-test-runs/load-test-dashboard-compare-runs.png" alt-text="Screenshot of the load testing dashboard in the Azure portal, comparing two test runs." lightbox="media/how-to-compare-multiple-test-runs/load-test-dashboard-compare-runs.png":::
60
60
61
-
## View metrics trends across test runs
61
+
## View metrics trends across load test runs
62
62
63
63
To view metrics trends across test runs in Azure Load Testing, you need to have at least two test runs in the *Done*, or *Stopped* state. You can only view trends from runs that belong to the same load test.
64
64
@@ -82,7 +82,7 @@ Use the following steps to view metrics trends across test runs:
82
82
83
83
You can select a test run that you want to analyze and open the results dashboard for that test run.
84
84
85
-
## Use a baseline test run
85
+
## Compare load test runs against a baseline
86
86
87
87
You can mark a test run as a baseline to compare the client-side metrics of the recent test runs with the metrics of the baseline.
0 commit comments