From 2b95aa66a77ba2f621450bec831cb5a893362e1e Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 4 May 2024 12:04:16 +0530 Subject: [PATCH] test: increase threshold for perf test (#26316) We are >2x faster since the time this test was written :smile: --- frappe/tests/test_perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/tests/test_perf.py b/frappe/tests/test_perf.py index 91e8c5c890..e0a9e4bf92 100644 --- a/frappe/tests/test_perf.py +++ b/frappe/tests/test_perf.py @@ -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