Add script to benchmark the tests

This commit is contained in:
link2xt
2023-03-03 15:35:07 +00:00
parent 37383c10ac
commit 60193dd527
2 changed files with 16 additions and 0 deletions

View File

@@ -6,10 +6,18 @@ and an own build machine.
## Description of scripts
Scripts should be ran from the root of the repository,
for example:
```
$ scripts/clippy.sh
```
- `clippy.sh` runs `cargo clippy` for all Rust code in the project.
- `deny.sh` runs `cargo deny` for all Rust code in the project.
- `benchmark-tests.sh`
- `../.github/workflows` contains jobs run by GitHub Actions.
- `remote_tests_python.sh` rsyncs to a build machine and runs