You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
${ noResults }
24 lines
364 B
Markdown
24 lines
364 B
Markdown
# 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`:
|
|||
|
|||
```
|
|||
npm run benchmark-server -- -o benchmark.json
|
|||
```
|
|||
|
|||
You can also grep on a specific test:
|
|||
|
|||
```
|
|||
npm run benchmark-server -- --grep homepage
|
|||
```
|