mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
Use pooled `avm::server::AVMRunner` instances of air_iterpreter_server.wasm to reduce tests' running time. It avoids repeated WASM loading and compilation. On my hardware, `cargo test --release` execution time (precompiled) decreases from almost 6 minutes to 1.5 minutes.