Open mdartic opened 5 years ago
Thanks @mdartic
Hi, this is @bajtos from the LoopBack team. I am not familiar with this repository and what kind of benchmarks you are running, but I am happy to help you to improve the LoopBack app used for benchmarking to make it reasonable & meaningful.
We have some basic benchmarks here: https://github.com/strongloop/loopback-next/tree/master/benchmark/src, see worker.ts for server setup and scenarios for REST API calls made by the benchmark. The benchmarks are testing CRUD operations using out in-memory database. This is not comparable with frameworks that provide REST/HTTP layer only. To test the HTTP layer only, we need to implement a custom http endpoint that does not call LoopBack's ORM.
Hi @bajtos,
This benchmark is about performances. All implementation MUST respond to 3 endpoints :
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,
Is there any progress on testing LoopBack 4?
none. any contribution is ❤️
Hi @krishnaTORQUE,
Thanks for https://github.com/the-benchmarker/web-frameworks/issues/4979. I understand that you wish to see loopback in here.
Feel free to submit a PR for this, glad to review any
Regards,