AdamVig / GoCoApi

API Server for the GoCoStudent app.
https://gocostudent.adamvig.com/api
GNU General Public License v3.0
0 stars 0 forks source link

Add load test #13

Closed AdamVig closed 8 years ago

AdamVig commented 8 years ago

This test simulates the load of a set number of users over a period of time, useful for testing the power of the server the app is running on and the efficiency of the API and its dependent APIs themselves.

Reference #11 and #8.

AdamVig commented 8 years ago

Need to fix errors. Several endpoints return 500 Internal Server Error for every response, but the error messages are not helpful. Waiting on #14 (Improve error reporting) before continuing.