ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

monitoring.md 364 B

1234567891011121314151617181920212223
  1. # Monitoring
  2. ## Client modules
  3. To open a report of client build:
  4. ```
  5. npm run build -- --analyze-bundle && npm run client-report
  6. ```
  7. ## API benchmark
  8. To benchmark the REST API and save result in `benchmark.json`:
  9. ```
  10. npm run benchmark-server -- -o benchmark.json
  11. ```
  12. You can also grep on a specific test:
  13. ```
  14. npm run benchmark-server -- --grep homepage
  15. ```