Current benchmark data was generated on Thu Jul 13 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.)
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
1.rb | 442ms | 0.6ms | 32.9MB | 417ms | 10ms | ruby/yjit 3.2.2 |
1.rb | 589ms | 3.1ms | 32.4MB | 563ms | 13ms | ruby 3.2.2 |
1-m.rb | 771ms | 15ms | 330.4MB | 1130ms | 100ms | truffleruby 22.3.1 |
code | time | stddev | peak-mem mem | time(user) | time(sys) | compiler compiler/runtime |
---|---|---|---|---|---|---|
4.rb | timeout | 0.0ms | 32.1MB | 4973ms | 7ms | ruby 3.2.2 |
4.rb | timeout | 0.0ms | 32.7MB | 4973ms | 10ms | ruby/yjit 3.2.2 |
4.rb | timeout | 0.0ms | 533.5MB | 5240ms | 213ms | truffleruby 22.3.1 |