Update inspections.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2023-10-19 01:49:17 +02:00 committed by GitHub
parent c608f9a912
commit 349a49392a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,6 +220,14 @@ npx eslint ./ -c Build/Config/.eslintrc.json
> Many IDEs allow to integrate eslint rules/configuration files for automatic checks in the editor
### Sitespeed
You can perform sitespeed checks by using sitespeed.io. Example:
```sh
sitespeed.io http://192.168.178.38 -b chrome --outputFolder /var/www/html/sitespeed
```
### Custom scripts
#### C++ tests