Benchmarks for LoopBack framework.
MacBookPro Early 2015 Processor: 2.5 GHz Intel Core i5 Memory: 8 GB 1867 MHz DDR3
Average number of requests handled every second.
scenario | rps |
---|---|
find all todos | 2620 |
create a new todo | 2603 |
Average time to handle a request in milliseconds.
scenario | latency |
---|---|
find all todos | 3.31 |
create a new todo | 3.35 |
Install all dependencies.
$ npm install
Run the tests to verify the benchmarked scenarios are working correctly.
$ npm test
Run the benchmark.
$ npm start
See all contributors.
MIT