Add monitoring dev doc

This commit is contained in:
Chocobozzz
2021-05-10 19:02:25 +02:00
parent d61515e12a
commit bb8f371d37

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
```