initial buffer 4k

master
Alexey Kostin 2019-02-28 14:55:24 +03:00
parent 80eb12a45d
commit 67dc07c3a4
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ func main() {
for i := uint64(0); i < 2*params.threadsCount; i++ {
buffs = append(buffs, make([]byte, params.blocksize))
}
startbuff := make([]byte, params.blocksize)
startbuff := make([]byte, 4096)
for num := range buffs {
_, err := rand.Read(buffs[num])
if err != nil {