aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/monitoring.md
blob: 023be9e9262658000646eb5486c9b250690a117b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
```