Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.02 KB

benchmark

Benchmarks for LoopBack framework.

Results

MacBookPro Early 2015 Processor: 2.5 GHz Intel Core i5 Memory: 8 GB 1867 MHz DDR3

Requests per seconds

Average number of requests handled every second.

scenario rps
find all todos 2620
create a new todo 2603

Latency

Average time to handle a request in milliseconds.

scenario latency
find all todos 3.31
create a new todo 3.35

Basic use

Install all dependencies.

$ npm install

Run the tests to verify the benchmarked scenarios are working correctly.

$ npm test

Run the benchmark.

$ npm start

Contributions

Contributors

See all contributors.

License

MIT