You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-15 22:50:24 +02:00
fuzzy test from 1000 to 100
This commit is contained in:
@ -14,7 +14,7 @@ import (
|
||||
|
||||
func Test_Roundtrip(t *testing.T) {
|
||||
fz := fuzz.New().MaxDepth(10).NilChance(0.3)
|
||||
for i := 0; i < 1000; i++ {
|
||||
for i := 0; i < 100; i++ {
|
||||
var before T
|
||||
fz.Fuzz(&before)
|
||||
|
||||
|
Reference in New Issue
Block a user