aquavm/avm/server/src
Ivan Boldyrev dcfa51c756 Use pooled AVMRunner for tests
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.
2022-05-16 13:16:28 +07:00
..
interface Introduce %ttl% (#253) 2022-04-21 11:44:18 +03:00
avm.rs Introduce %ttl% (#253) 2022-04-21 11:44:18 +03:00
config.rs bump fluence-faas version (#193) 2021-12-14 14:01:57 +03:00
errors.rs Make interpreter async (#130) 2021-10-04 10:58:00 +03:00
lib.rs Expose max memory size (#242) 2022-04-20 20:21:07 +03:00
runner.rs Use pooled AVMRunner for tests 2022-05-16 13:16:28 +07:00