File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
## tarai
3
3
``` bash
4
4
$ ruby tarai.rb
5
- ruby 3.3.4 (2024-07-09 revision be1089c8ec ) [arm64-darwin23]
5
+ ruby 3.3.5 (2024-09-03 revision ef084cc8f4 ) [arm64-darwin23]
6
6
Warming up --------------------------------------
7
7
sequential 1.000 i/100ms
8
8
parallel (Ractor) 1.000 i/100ms
9
9
parallel (goroutine) 1.000 i/100ms
10
10
Calculating -------------------------------------
11
- sequential 0.018 (± 0.0%) i/s - 1.000 in 56.805109s
12
- parallel (Ractor) 0.050 (± 0.0%) i/s - 1.000 in 19.821107s
13
- parallel (goroutine) 1.354 (± 0.0%) i/s - 7.000 in 5.171658s
11
+ sequential 0.017 (± 0.0%) i/s (57.45 s/i) - 1.000 in 57.451544s
12
+ parallel (Ractor) 0.052 (± 0.0%) i/s (19.28 s/i) - 1.000 in 19.281159s
13
+ parallel (goroutine) 1.384 (± 0.0%) i/s (722.59 ms/i) - 7.000 in 5.062048s
14
14
15
15
Comparison:
16
16
parallel (goroutine): 1.4 i/s
17
- parallel (Ractor): 0.1 i/s - 26.83x slower
18
- sequential: 0.0 i/s - 76.90x slower
17
+ parallel (Ractor): 0.1 i/s - 26.68x slower
18
+ sequential: 0.0 i/s - 79.51x slower
19
19
```
You can’t perform that action at this time.
0 commit comments