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 }