This fork aims at easing the usage of artillery to stress test feathersjs applications with socketio. In order to achieve this objective, the following changes have been made:
- emit objects not only strings,
- call a processor function to update emitted arguments prior to call,
- call a processor function to validate acknowledgment,
- call a processor function to validate response.
Note
Some information can be found in this discussion