Skip to content

Commit

Permalink
Chore: Increasing rates for Artillery tests (RA-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
BerezinD authored Jun 10, 2024
1 parent 1100421 commit 8357b73
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions artilleryTests/rosetta-load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config:
thresholds:
- vusers.failed: 1
http:
timeout: 120
timeout: 240
defaults:
headers:
Content-Type: application/json
Expand All @@ -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: { }
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -863,4 +878,4 @@ scenarios:
"curve_type": "edwards25519"
}
}
}
}

0 comments on commit 8357b73

Please sign in to comment.