Commit Graph

3 Commits

Author SHA1 Message Date
Crypt Keeper
d3c5e8655f Adds benchmarks from lib sodium (#948)
This adds benchmarks from lib sodium, but the results are hard to interpret. We may need to recompile them using zig so that we can export a function instead of using WASI to do it. Right now, we can't really see performance of functions because other runtimes aren't designed to re-instantiate like ours.

This only compares against wasmtime as that's the only runtime besides
ours that is safe to re-instantiate.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2022-12-21 09:17:13 +08:00
Takeshi Yoneda
62520e4ea8 vs: adds the benchmark on i32/i64 load/store insts (#766)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2022-08-26 07:32:05 +09:00
Takeshi Yoneda
df93d70654 Rename vs/jit -> vs/compiler (#765)
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
2022-08-25 14:18:11 +09:00