Skip to content

Commit c8d3bf9

Browse files
x/crypto/chacha20: fix typo in benchmark
Change-Id: I003c389585a42089fc9cc595d1f5f1027cd482f2 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/272306 Trust: Roland Shoemaker <[email protected]> Run-TryBot: Roland Shoemaker <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Katie Hockman <[email protected]>
1 parent c1f2f97 commit c8d3bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chacha20/chacha_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func BenchmarkChaCha20(b *testing.B) {
238238
benchmarkChaCha20(b, 10, 25)
239239
})
240240
b.Run("4096", func(b *testing.B) {
241-
benchmarkChaCha20(b, 256, 1)
241+
benchmarkChaCha20(b, 4096, 1)
242242
})
243243
b.Run("100x40", func(b *testing.B) {
244244
benchmarkChaCha20(b, 100, 40)

0 commit comments

Comments
 (0)