This repo provides script for running the coremark-minimal.wasm using wasmtime and wasmi.
usage: bm [wasmitime|wasm3|wasmi: string] [times: number]
CPU Model | CPU Speed | RAM Speed | CPU Cores | MEM |
---|---|---|---|---|
AMD Ryzen 9 5900X 12-Core Processor | 2061.209 | 3200 MT/S | 24 | 64GB |
wasmtime | wasm3 | wasmi |
---|---|---|
20885.547 | 1672.8003 | 516.1896 |
The coremark-minimal.wasm
we are using here does not produce text output like coremark, just the final test result.
MIT