blob: 8b637e0791ca0c86b8147dde8124fb3dfc34c968 (
plain) (
tree)
|
|
# Monitoring
## Client modules
To open a report of client build:
```
$ npm run build -- --analyze-bundle && npm run client-report
```
## API benchmark
To benchmark the REST API and save result in `benchmark.json`:
```
$ node dist/scripts/benchmark.js benchmark.json
```
|