All Wasm benchmarks

Current benchmark data was generated on Tue Mar 25 2025, full log can be found HERE

CONTRIBUTIONS are WELCOME!

[x86_64][4 cores] AMD EPYC 7763 64-Core Processor (Model 1)

* -m in a file name stands for multi-threading or multi-processing

* -i in a file name stands for direct intrinsics usage. (Usage of simd intrinsics via libraries is not counted)

* -ffi in a file name stands for non-stdlib FFI usage

* (You may find time < time(user) + time(sys) for some non-parallelized programs, the overhead is from GC or JIT compiler, which are allowed to take advantage of multi-cores as that's more close to real-world scenarios.)

binarytrees

Input: 18

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
5.rs 1828ms 60ms 33.1MB 1810ms 10ms wasmtime 31.0.0
4.rs 1855ms 21ms 33.1MB 1833ms 10ms wasmtime 31.0.0
3.rs 1870ms 21ms 49.2MB 1847ms 10ms wasmtime 31.0.0

Input: 15

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
5.rs 171ms 2.0ms 19.2MB 160ms 0ms wasmtime 31.0.0
4.rs 179ms 1.6ms 19.2MB 167ms 0ms wasmtime 31.0.0
3.rs 187ms 5.5ms 21.1MB 167ms 0ms wasmtime 31.0.0

coro-prime-sieve

Input: 4000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
3.rs 1202ms 100ms 19.4MB 1187ms 0ms wasmtime 31.0.0

Input: 1000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
3.rs 87ms 4.6ms 18.0MB 73ms 0ms wasmtime 31.0.0

edigits

Input: 250001

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 425ms 3.8ms 18.6MB 410ms 0ms wasmtime 31.0.0

Input: 100000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 113ms 2.1ms 18.1MB 100ms 0ms wasmtime 31.0.0

fannkuch-redux

Input: 11

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 4291ms 13ms 16.7MB 4277ms 0ms wasmtime 31.0.0

Input: 10

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 357ms 0.8ms 16.8MB 343ms 0ms wasmtime 31.0.0

fasta

Input: 2500000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 238ms 2.4ms 17.2MB 223ms 3ms wasmtime 31.0.0

Input: 250000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 32ms 0.6ms 17.2MB 20ms 0ms wasmtime 31.0.0

helloworld

Input: QwQ

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 7.0ms 0.7ms 17.4MB 0ms 0ms wasmtime 31.0.0

lru

Input: 1000 1000000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 89ms 1.7ms 17.3MB 80ms 0ms wasmtime 31.0.0

Input: 1000 3000000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 251ms 3.2ms 16.9MB 240ms 0ms wasmtime 31.0.0

Input: 100 500000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 48ms 0.2ms 16.8MB 40ms 0ms wasmtime 31.0.0

mandelbrot

Input: 5000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
8.rs 822ms 1.7ms 20.3MB 810ms 0ms wasmtime 31.0.0

Input: 1000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
8.rs 43ms 0.4ms 17.4MB 30ms 0ms wasmtime 31.0.0

merkletrees

Input: 17

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 906ms 18ms 41.1MB 880ms 10ms wasmtime 31.0.0

Input: 15

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 198ms 6.2ms 23.1MB 180ms 0ms wasmtime 31.0.0

nbody

Input: 5000000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 411ms 4.6ms 17.1MB 400ms 0ms wasmtime 31.0.0
2.rs 583ms 2.7ms 17.0MB 570ms 0ms wasmtime 31.0.0

Input: 500000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 49ms 0.3ms 17.2MB 37ms 0ms wasmtime 31.0.0
2.rs 66ms 0.5ms 17.0MB 53ms 0ms wasmtime 31.0.0

nsieve

Input: 12

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 400ms 1.6ms 22.0MB 387ms 0ms wasmtime 31.0.0
1.rs 520ms 6.4ms 56.1MB 507ms 3ms wasmtime 31.0.0

Input: 10

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 96ms 1.4ms 27.0MB 80ms 0ms wasmtime 31.0.0
2.rs 101ms 0.5ms 18.4MB 90ms 0ms wasmtime 31.0.0

pidigits

Input: 8000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 2227ms 21ms 18.3MB 2210ms 0ms wasmtime 31.0.0

Input: 4000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 520ms 1.0ms 17.3MB 507ms 0ms wasmtime 31.0.0

secp256k1

Input: 2000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 3547ms 5.6ms 16.9MB 3533ms 0ms wasmtime 31.0.0

Input: 500

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
1.rs 896ms 1.8ms 17.3MB 880ms 0ms wasmtime 31.0.0

spectral-norm

Input: 8000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 3604ms 8.1ms 16.9MB 3590ms 0ms wasmtime 31.0.0
7.rs 4908ms 6.3ms 17.4MB 4897ms 0ms wasmtime 31.0.0

Input: 4000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 907ms 1.1ms 16.7MB 893ms 0ms wasmtime 31.0.0
7.rs 1232ms 0.2ms 16.9MB 1220ms 0ms wasmtime 31.0.0

Input: 2000

code time stddev peak-mem mem time(user) time(sys) compiler compiler/runtime
2.rs 235ms 0.3ms 17.0MB 220ms 0ms wasmtime 31.0.0
7.rs 316ms 1.5ms 16.7MB 300ms 0ms wasmtime 31.0.0