From 69f6a77262446af9d41ab664e9b585d161965bff Mon Sep 17 00:00:00 2001 From: Venkat Ragavan <50309787+venkatr21@users.noreply.github.com> Date: Fri, 17 May 2024 11:21:08 +0530 Subject: [PATCH] Update SampleApp.yaml --- test/SampleApp.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/SampleApp.yaml b/test/SampleApp.yaml index cb8fc56..d67359c 100644 --- a/test/SampleApp.yaml +++ b/test/SampleApp.yaml @@ -3,7 +3,12 @@ displayName: sampletest-url-test testPlan: SampleApp.jmx testType : JMX description: '' -engineInstances: 1 +engineInstances: 4 +regionalLoadTestConfig: +- region: eastus + engineInstances: 1 +- region: westeurope + engineInstances: 3 splitAllCSVs: False failureCriteria: - Test: avg(response_time_ms) > 100