Current benchmark data was generated on Mon Dec 30 2024, full log can be found HERE
CONTRIBUTIONS are WELCOME!
* -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.)
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 5.rs | 1721ms | 55ms | 34.9MB | 1707ms | 0ms | wasmtime 28.0.0 |
wasm | 3.rs | 1751ms | 19ms | 52.9MB | 1727ms | 13ms | wasmtime 28.0.0 |
wasm | 4.rs | 1758ms | 1.3ms | 34.9MB | 1733ms | 10ms | wasmtime 28.0.0 |
perl | 1.pl | timeout | 0.0ms | 77.8MB | 4970ms | 13ms | perl 5.40.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 3.rs | 169ms | 2.4ms | 22.9MB | 153ms | 3ms | wasmtime 28.0.0 |
wasm | 5.rs | 170ms | 5.5ms | 21.0MB | 157ms | 3ms | wasmtime 28.0.0 |
wasm | 4.rs | 172ms | 2.6ms | 21.2MB | 157ms | 0ms | wasmtime 28.0.0 |
perl | 1.pl | 1811ms | 29ms | 14.3MB | 1793ms | 3ms | perl 5.40.0 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
wasm | 2.rs | 3583ms | 2.7ms | 20.7MB | 3567ms | 0ms | wasmtime 28.0.0 |
wasm | 7.rs | 4871ms | 7.3ms | 19.1MB | 4857ms | 0ms | wasmtime 28.0.0 |
perl | 4.pl | timeout | 0.0ms | 13.9MB | 19760ms | 20ms | perl 5.40.0 |