diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-09 22:36:14 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-09 22:36:14 +0200 |
| commit | 53bb44f45cfda750250e0835425307e3a1d763bc (patch) | |
| tree | 4085c249714d76b82157c7a888baa2151fe8f190 /BENCHMARKS.md | |
| parent | 11271a201633d3b07adacd07e407ac8d07e5fce3 (diff) | |
feat: implement I32StoreLocal & I32LocalGetConstAdd
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'BENCHMARKS.md')
| -rw-r--r-- | BENCHMARKS.md | 2 |
1 files changed, 1 insertions, 1 deletions
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`._ |
