Skip to content

Commit

Permalink
chore: spped up TestDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
joway committed Aug 5, 2024
1 parent f75b326 commit 46b51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wyhash/digest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestDigest(t *testing.T) {
d.Reset()
}

largedata := make([]byte, 1024*1024)
largedata := make([]byte, 10*1024)
for i := range largedata {
largedata[i] = byte(rand.Int31n(256))
}
Expand Down

0 comments on commit 46b51bb

Please sign in to comment.