mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-14 20:20:49 +00:00
* feat(aquavm-air-cli): `run` fails if AquaVM fails Unless `run --no-fail` is provided. It will make benchmarks fail on errors, unless you provide `--no-fail` to specific benchmark. * Fix dashboard and network_explore benches * Convert benchmark data to new format * `performance_metering`: use dirs only Ordinary files like README.md are not considered to be a benchmark. * Update `benches/performance_metering/README.md` * Fix performance report Looks like performance reports was merged in wrong order: data is not sorted by machine ID. The sorting is needed for stable diffs. * Run benchmarks on Macbook Air M1