Closed AdamVig closed 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.
vars.js
It looks like loadtest has a better API.
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.