From ec4ce6bd3f9fc7570c602615a17fd9ea581407c7 Mon Sep 17 00:00:00 2001 From: Grant Zukel Date: Wed, 3 Jul 2024 08:05:46 -0600 Subject: [PATCH] updated --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 7b679fb678..621a03ef75 100644 --- a/changelog.md +++ b/changelog.md @@ -102,6 +102,7 @@ * [2335](https://github.com/zeta-chain/node/pull/2335) - ci: updated the artillery report to publish to artillery cloud * [2377](https://github.com/zeta-chain/node/pull/2377) - ci: adjusted sast-linters.yml to not scan itself, nor alert on removal of nosec. * [2400](https://github.com/zeta-chain/node/pull/2400) - ci: adjusted the performance test to pass or fail pipeline based on test results, alert slack, and launch network with state. Fixed connection issues as well. +* [2425](https://github.com/zeta-chain/node/pull/2425) - Added verification to performance testing pipeline to ensure p99 aren't above 2000ms and p50 aren't above 40ms, Tweaked the config to 400 users requests per second. 425 is the current max before it starts failing. ### Documentation