Open waghanza opened 5 years ago
Hi @jaguililla,
Would you mind to add (or consent that we add) hexagon in here ?
here
This project compare performance based on 3 routes :
GET
/
/user/:id
POST
/user
Regards,
Absolutely... Go ahead, I will review those routes to assure they behave as you expect, thanks for inviting me to join your benchmark :)
Hi @jaguililla,
Would you mind to add (or consent that we add) hexagon in
here
?This project compare performance based on 3 routes :
GET
/
, SHOULD return a successful status code and an empty stringGET
/user/:id
, SHOULD return a successful status code and the idPOST
/user
, SHOULD return a successful status code and an empty stringRegards,