test: increase threshold for perf test (#26316)

We are >2x faster since the time this test was written 😄
This commit is contained in:
Ankush Menat 2024-05-04 12:04:16 +05:30 committed by GitHub
parent 7fe9cc4f09
commit 2b95aa66a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ class TestPerformance(FrappeTestCase):
"""Ideally should be ran against gunicorn worker, though I have not seen any difference
when using werkzeug's run_simple for synchronous requests."""
EXPECTED_RPS = 50 # measured on GHA
EXPECTED_RPS = 120 # measured on GHA
FAILURE_THREASHOLD = 0.1
req_count = 1000