Skip to content

Commit a14d070

Browse files
committed
Update report [ci skip]
1 parent a04c5cb commit a14d070

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_benchmark/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ Benchmark with [tak function](https://en.wikipedia.org/wiki/Tak_(function)) [^ta
66

77
```bash
88
$ ruby tarai.rb
9+
go version go1.23.2 darwin/arm64
910
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [arm64-darwin23]
1011
Warming up --------------------------------------
1112
sequential 1.000 i/100ms
1213
parallel (Ractor) 1.000 i/100ms
1314
parallel (goroutine) 1.000 i/100ms
1415
Calculating -------------------------------------
15-
sequential 0.017 (± 0.0%) i/s (57.66 s/i) - 1.000 in 57.660028s
16-
parallel (Ractor) 0.050 (± 0.0%) i/s (20.04 s/i) - 1.000 in 20.038214s
17-
parallel (goroutine) 1.327 (± 0.0%) i/s (753.61 ms/i) - 7.000 in 5.275383s
16+
sequential 0.019 (± 0.0%) i/s (51.42 s/i) - 1.000 in 51.417686s
17+
parallel (Ractor) 0.059 (± 0.0%) i/s (17.02 s/i) - 1.000 in 17.022087s
18+
parallel (goroutine) 1.677 (± 0.0%) i/s (596.20 ms/i) - 9.000 in 5.365863s
1819

1920
Comparison:
20-
parallel (goroutine): 1.3 i/s
21-
parallel (Ractor): 0.0 i/s - 26.59x slower
22-
sequential: 0.0 i/s - 76.51x slower
21+
parallel (goroutine): 1.7 i/s
22+
parallel (Ractor): 0.1 i/s - 28.55x slower
23+
sequential: 0.0 i/s - 86.24x slower```
2324
```

0 commit comments

Comments
 (0)