Current benchmark data was generated on Wed Mar 22 2023, 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 |
---|---|---|---|---|---|---|---|
acton | 1.act | 8.0ms | 3.1ms | 3.4MB | 0ms | 0ms | actonc 0.14.2 |
ruby | 1.rb | 44ms | 1.8ms | 156.9MB | 16ms | 30ms | truffleruby 22.3.1 |
ruby | 1.rb | 74ms | 1.5ms | 32.0MB | 52ms | 10ms | ruby 3.2.1 |
ruby | 1.rb | 75ms | 0.7ms | 32.1MB | 50ms | 10ms | ruby/yjit 3.2.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ruby | 1.rb | 440ms | 1.3ms | 32.9MB | 417ms | 7ms | ruby/yjit 3.2.1 |
ruby | 1.rb | 600ms | 6.0ms | 32.4MB | 573ms | 10ms | ruby 3.2.1 |
ruby | 1-m.rb | 787ms | 25ms | 323.1MB | 1143ms | 103ms | truffleruby 22.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1.act | 4313ms | 37ms | 7.9MB | 3970ms | 700ms | actonc 0.14.2 |
ruby | 1.rb | timeout | 0.0ms | 159.2MB | 4923ms | 60ms | ruby 3.2.1 |
ruby | 1.rb | timeout | 0.0ms | 159.2MB | 4933ms | 47ms | ruby/yjit 3.2.1 |
ruby | 1.rb | timeout | 0.0ms | 430.7MB | 9390ms | 237ms | truffleruby 22.3.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
acton | 1.act | 1394ms | 250ms | 6.8MB | 1220ms | 253ms | actonc 0.14.2 |
ruby | 1-m.rb | 2017ms | 42ms | 427.3MB | 3650ms | 183ms | truffleruby 22.3.1 |
ruby | 1.rb | 2432ms | 3.0ms | 161.2MB | 2357ms | 60ms | ruby/yjit 3.2.1 |
ruby | 1.rb | 2447ms | 4.7ms | 159.1MB | 2357ms | 67ms | ruby 3.2.1 |
lang | code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|---|
ruby | 4.rb | timeout | 0.0ms | 32.3MB | 4970ms | 10ms | ruby 3.2.1 |
ruby | 4.rb | timeout | 0.0ms | 32.6MB | 4970ms | 13ms | ruby/yjit 3.2.1 |
ruby | 4.rb | timeout | 0.0ms | 551.6MB | 5220ms | 233ms | truffleruby 22.3.1 |