File tree 1 file changed +11
-11
lines changed 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -46,27 +46,27 @@ startup performance than MRI.
46
46
47
47
| Implementation | Real Time (s) | Max RSS (MB) |
48
48
| -------------- | ------------: | -----------: |
49
- | TruffleRuby SVM | 0.024 | 65 |
50
- | TruffleRuby JVM | 1.890 | 333 |
51
- | MRI 2.5.1 | 0.043 | 9 |
52
- | JRuby 9.1.16 .0 | 1.212 | 154 |
53
- | Rubinius 3.100 | 0.137 | 70 |
49
+ | TruffleRuby SVM | 0.025 | 65 |
50
+ | MRI 2.6.2 | 0.048 | 14 |
51
+ | Rubinius 3.107 | 0.150 | 78 |
52
+ | JRuby 9.2.7 .0 | 1.357 | 160 |
53
+ | TruffleRuby JVM | 1.787 | 456 |
54
54
55
55
Run on Linux with an Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz with a SSD.
56
56
57
57
``` bash
58
- $ cd graalvm-0.33
58
+ $ cd graalvm-ce-1.0.0-rc15
59
59
$ bin/ruby -e ' puts "Hello"' # TruffleRuby on the SVM
60
60
$ bin/ruby --jvm -e ' puts "Hello"' # TruffleRuby on the JVM
61
61
62
- $ chruby jruby-9.1.16.0
63
- $ jruby -e ' puts "Hello"'
64
-
65
- $ chruby ruby-2.5.1
62
+ $ chruby ruby-2.6.2
66
63
$ ruby -e ' puts "Hello"'
67
64
68
- $ chruby rbx-3.100
65
+ $ chruby rbx-3.107
69
66
$ rbx -e ' puts "Hello"'
67
+
68
+ $ chruby jruby-9.2.7.0
69
+ $ jruby -e ' puts "Hello"'
70
70
```
71
71
72
72
The real time and the maximum resident set size are measured with a custom
You can’t perform that action at this time.
0 commit comments