We will standardize some python scripts, which will manually stress test the programmatic api. Since stress testing will occur less frequent then both the automatic, and manual unit tests, it will be its own entity, not related to the pytest process.
The proposed stress tests will send a series of requests.post processes, against an active app.py. In addition, we may choose to implement python's timit (or related modules).
We will standardize some python scripts, which will manually stress test the programmatic api. Since stress testing will occur less frequent then both the automatic, and manual unit tests, it will be its own entity, not related to the pytest process.
The proposed stress tests will send a series of
requests.post
processes, against an activeapp.py
. In addition, we may choose to implement python'stimit
(or related modules).Note: this issue is partly motivated by #2713.