Skip to content

Commit

Permalink
fix nightly performance tests and push metrics into pushgateway (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
morde08 authored Jul 16, 2024
1 parent 7521b6d commit cba50db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/performance-tests/art.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config:
target: "-=http_request_protocol=-://-=endpoint_to_test=-"
target: "http://localhost:9545"
phases:
- duration: 300
arrivalRate: 400
Expand All @@ -14,6 +14,11 @@ config:
ensure:
- type: "failure"
threshold: 1
publish-metrics:
- type: prometheus
pushgateway: 'https://pushgateway.dev-zetachain-internal.com'
tags:
- 'type:loadtest'
summary: true
reports:
- type: "html"
Expand Down

0 comments on commit cba50db

Please sign in to comment.