Performance test: Database - myloginistaken/sonytech GitHub Wiki

Test ID: 4

Related requirement:

The system must save all orders to the database.

Condition:

It should take no longer than 3 seconds for every interaction with the database in 95% of cases. Every query doesn't take more than 3 seconds.

How to test:

Implement timer, which would start before every query is sent, and stop after the result of the query has arrived. We need to open send a lot of queries at a time from many users to successfully imitate the actual workload. If the results are not so good, there should be modification of the system.