load tests for scrape route

This commit is contained in:
rafaelsideguide
2024-05-22 09:30:32 -03:00
parent 75f4e34d8e
commit 068a240ab4
15 changed files with 5150 additions and 8 deletions
+6 -6
View File
@@ -17,20 +17,20 @@ kill_timeout = '5s'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 2
processes = ['app']
[http_service.concurrency]
type = "requests"
hard_limit = 1000
soft_limit = 1000
hard_limit = 100
soft_limit = 50
[[services]]
protocol = 'tcp'
internal_port = 8080
processes = ['app']
processes = ['worker']
[[services.ports]]
port = 80
@@ -43,8 +43,8 @@ kill_timeout = '5s'
[services.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
hard_limit = 25
soft_limit = 20
[[vm]]
size = 'performance-1x'