diff --git a/artilleryTests/rosetta-load-test.yml b/artilleryTests/rosetta-load-test.yml index 029eb693d..632531357 100644 --- a/artilleryTests/rosetta-load-test.yml +++ b/artilleryTests/rosetta-load-test.yml @@ -15,7 +15,7 @@ config: thresholds: - vusers.failed: 1 http: - timeout: 120 + timeout: 240 defaults: headers: Content-Type: application/json @@ -28,10 +28,10 @@ config: arrivalRate: 30 rampTo: 60 name: Ramp up load - - duration: 30 - arrivalRate: 50 - maxVusers: 1000 - rampTo: 100 + - duration: 300 + arrivalRate: 30 + maxVusers: 10000 + rampTo: 300 name: Spike phase plugins: ensure: { } @@ -69,6 +69,21 @@ scenarios: "address": "{{ address }}" } } + - name: "Account coins test" + flow: + - post: + url: '/account/coins' + body: | + { + "network_identifier": { + "blockchain": "cardano", + "network": "preprod" + }, + "account_identifier": { + "address": "{{ address }}" + }, + "include_mempool": true + } - name: "Block test" flow: - post: @@ -863,4 +878,4 @@ scenarios: "curve_type": "edwards25519" } } - } \ No newline at end of file + }