Skip to content

Commit 7d300e2

Browse files
author
Your Name
committed
1
1 parent 808960d commit 7d300e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8/valid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ var someutf8 = []byte("\xF4\x8F\xBF\xBF")
253253

254254
func BenchmarkValid(b *testing.B) {
255255
impls := map[string]func([]byte) bool{
256-
"AVX": Valid,
256+
"SIMD": Valid,
257257
"Stdlib": utf8.Valid,
258258
}
259259

0 commit comments

Comments
 (0)