2023-02-03 23:26:06 +07:00
|
|
|
# The `air_perofrmance_metering` utility
|
|
|
|
|
|
|
|
Execute an AquaVM special benchmarking suite and recort results with some meta information to `benches/PERFORMANCE.json` database.
|
|
|
|
|
2023-03-15 16:59:30 +07:00
|
|
|
This script is intended to be run from the project root. It uses the `air` through `cargo`, without installation.
|
2023-02-03 23:26:06 +07:00
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
Run in the project run:
|
|
|
|
``` sh
|
|
|
|
pip install tools/cli/performance_metering
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
In the project root, run
|
|
|
|
``` sh
|
|
|
|
aquavm_performance_metering run
|
|
|
|
```
|
|
|
|
|
|
|
|
You may also pass the `--repeat N` option to do multiple runs with averaging.
|