test: increase threshold for perf test (#26316)
We are >2x faster since the time this test was written 😄
This commit is contained in:
parent
7fe9cc4f09
commit
2b95aa66a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue