mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 12:30:50 +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
12 lines
332 B
TOML
12 lines
332 B
TOML
[package]
|
|
name = "gen_test_data_dashboard"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
air-test-utils = { path = "../../crates/air-lib/test-utils" , features = ["test_with_native_code"] }
|
|
maplit = "1.0.2"
|
|
serde_json = "1.0.91"
|