Skip to content

Commit 07e9018

Browse files
authored
Merge pull request #130 from sue445/update_benchmark
Update benchmark report using Ruby 3.3.5
2 parents 3107b5d + 69f975e commit 07e9018

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_benchmark/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
## tarai
33
```bash
44
$ 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]
66
Warming up --------------------------------------
77
sequential 1.000 i/100ms
88
parallel (Ractor) 1.000 i/100ms
99
parallel (goroutine) 1.000 i/100ms
1010
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
1414

1515
Comparison:
1616
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
1919
```

0 commit comments

Comments
 (0)