-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hi @carlok, first of all, thanks for referencing restana in this performance compilation.
I noticed that you are using the body-parser
middleware in:
const bodyParser = require('body-parser') |
This middleware is not optimised for performance, affecting express and restana results. Can I kindly suggest you to also include tests where GET endpoints are also tested? So we can exclude the impact of body parsing?
Many thanks!
Metadata
Metadata
Assignees
Labels
No labels