mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 06:56:29 +03:00
Add script to benchmark the tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user