The get_buffer is slow, the generation of the Wasm module can be > 10min. Of course the execution itself is up to the engine, but here are my suggestions to optimize the test suite a bit:
- Split it in multiple files to allow multithreading
- Cache the buffers (min, limit and limit + 1) instead of generating them for each test.
What do you think?
The
get_bufferis slow, the generation of the Wasm module can be > 10min. Of course the execution itself is up to the engine, but here are my suggestions to optimize the test suite a bit:What do you think?