Skip to content

Commit 3612412

Browse files
committed
Update benchmark report [ci skip]
1 parent e505113 commit 3612412

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
@@ -8,12 +8,12 @@ Warming up --------------------------------------
88
parallel (Ractor) 1.000 i/100ms
99
parallel (goroutine) 1.000 i/100ms
1010
Calculating -------------------------------------
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
11+
sequential 0.017 (± 0.0%) i/s (57.66 s/i) - 1.000 in 57.660028s
12+
parallel (Ractor) 0.050 (± 0.0%) i/s (20.04 s/i) - 1.000 in 20.038214s
13+
parallel (goroutine) 1.327 (± 0.0%) i/s (753.61 ms/i) - 7.000 in 5.275383s
1414

1515
Comparison:
16-
parallel (goroutine): 1.4 i/s
17-
parallel (Ractor): 0.1 i/s - 26.68x slower
18-
sequential: 0.0 i/s - 79.51x slower
16+
parallel (goroutine): 1.3 i/s
17+
parallel (Ractor): 0.0 i/s - 26.59x slower
18+
sequential: 0.0 i/s - 76.51x slower
1919
```

0 commit comments

Comments
 (0)