Open waghanza opened 5 years ago
Hi @pmlopes,
Would you mind to add (or consent that we add) es4x in here ?
here
This project compare performance based on 3 routes :
GET
/
/user/:id
POST
/user
Regards,
Hi, like I've replied to the vertx-web request, if someone adds it, I'll gladly review it. I've no objections to it, after all, it's open source! 😅
Hi @pmlopes,
Would you mind to add (or consent that we add) es4x 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,