Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 298 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 298 Bytes

poc-100ms-cache-nodejs

An Example to show how 100ms cache would double your capacity of throuput using NodeCache as an example of caching.

Running

- docker-compose up --build
- npm ci --silent
- npm run loadtest:nocache
- npm run loadtest:cached

Author

- @erickwendel