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 a load test to profile API server performance #8

Closed AdamVig closed 8 years ago

AdamVig commented 8 years ago

After some research, it seems that the two best options for programmatic (not command-line) HTTP load testing are:

Artillery is good, but requires that variables for use in requests are defined in CSV files. It would be better for the test library to use exported variables from vars.js, where test credentials are already defined.

It looks like loadtest has a better API.