Performance Test
Like word on the street said(no way it's just us saying!) or you may saw in previous chapters(maybe multiple times), WAMR is a lightweight standalone WebAssembly (WASM) runtime with small footprint, high performance and highly configurable features.
Well, you don't have to take our word for it. You could run the Benchmarks in our repo and decide whether the performance is good enough.
We provide multiple benchmarks that you could try:
For the memory footprint, you can refer to the links below.
Performance and footprint data: checkout here for the performance and footprint data
And in the next section, we provide tutorials on memory usage tuning. You can profile memory usage and tunning memory usage
Last updated