From 53bb44f45cfda750250e0835425307e3a1d763bc Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 9 May 2024 22:36:14 +0200 Subject: feat: implement I32StoreLocal & I32LocalGetConstAdd Signed-off-by: Henry Gressmann --- BENCHMARKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BENCHMARKS.md') diff --git a/BENCHMARKS.md b/BENCHMARKS.md index c34e16c..746c585 100644 --- a/BENCHMARKS.md +++ b/BENCHMARKS.md @@ -36,7 +36,7 @@ All runtimes are compiled with the following settings: | ------------ | -------- | ---------- | --------- | -------------------- | | `fib` | \*\* | ` 43.60µs` | `48.27µs` | ` 44.99µs` | | `fib-rec` | `0.27ms` | ` 21.13ms` | ` 4.63ms` | ` 0.47ms` | -| `argon2id` | `0.53ms` | ` 99.16ms` | `45.00ms` | ` 4.59ms` | +| `argon2id` | `0.53ms` | ` 86.16ms` | `45.00ms` | ` 4.59ms` | | `selfhosted` | `0.05ms` | ` 1.84ms` | ` 6.51ms` | `446.48ms` | _\* Uses tinywasm's internal module format instead of `wasm`. It takes ~5.7ms to parse and validate `tinywasm.wasm`._ -- cgit v1.3.1