From e00afaf05ea1431ea8aeb333f2b31b2ba9660975 Mon Sep 17 00:00:00 2001 From: 21092004Goda Date: Wed, 22 Oct 2025 23:07:02 +0300 Subject: [PATCH] -- start: Start lab-5 --- test-local-run.http | 3 +++ test-on-prem-run.http | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/test-local-run.http b/test-local-run.http index 743f0dabd..435c981b2 100644 --- a/test-local-run.http +++ b/test-local-run.http @@ -33,3 +33,6 @@ POST http://localhost:1234/test/stop/{{serviceName}} # averageProcessingTime=PT4.9S, # enabled=true #) + + +# Пу-пу-пу будем играть diff --git a/test-on-prem-run.http b/test-on-prem-run.http index 584edc0b5..1e707917f 100644 --- a/test-on-prem-run.http +++ b/test-on-prem-run.http @@ -6,11 +6,11 @@ Content-Type: application/json { "serviceName": "{{serviceName}}", "token": "{{token}}", - "branch": "main", - "accounts": "acc-3", - "ratePerSecond": 11, - "testCount": 1200, - "processingTimeMillis": 80000, + "branch": "feature/high-load-kuro-hw-4", + "accounts": "acc-23", + "ratePerSecond": 16, + "testCount": 16000, + "processingTimeMillis": 30000, "onPremises": true }