Merge branch 'master' of github.com:house-of-vanity/sum_counter

This commit is contained in:
AB
2020-07-08 05:31:18 +03:00

View File

@ -3,11 +3,11 @@ Homebrewed bad benchmark tool.
just sum every digit of every number.
ex. 0 - 12 = 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + *1 + 0 + 1 + 1 + 1 + 2* = 51
e.g. 0 - 12 = 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + **1 + 0 + 1 + 1 + 1 + 2** = 51
All versions use fork and tested on linux.
GO version
GO version (Author: Mikhalich)
```Processing sequence from 0 to 1000000000
Shard size: 250000000
remainder: 0