Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 597 Bytes

Kalisio fork

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