https://github.com/mostlyjs/mostly-benchmark
Benchmark of mostly microservices
https://github.com/mostlyjs/mostly-benchmark
Last synced: about 1 year ago
JSON representation
Benchmark of mostly microservices
- Host: GitHub
- URL: https://github.com/mostlyjs/mostly-benchmark
- Owner: MostlyJS
- License: mit
- Created: 2017-09-11T10:13:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T18:46:54.000Z (about 3 years ago)
- Last Synced: 2025-01-08T08:45:26.615Z (about 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mostly-benchmark
Benchmark of mostly microservices.
# Documentation
Please see the [documentation site](https://mostlyjs.github.io).
## Run benchmark
Install dependencies
```
$ npm install
```
or
```
$ yarn
```
Run benchmark
```
$ npm run bench
```