Add monitoring dev doc

pull/4107/head
Chocobozzz 2021-05-10 19:02:25 +02:00
parent d61515e12a
commit bb8f371d37
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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
```