mirror of https://github.com/goccy/go-json.git
Fix test case
This commit is contained in:
parent
71f8fc352b
commit
6a11c84d0c
|
@ -225,9 +225,6 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func initBig() {
|
func initBig() {
|
||||||
if len(jsonBig) > 0 {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
n := 10000
|
n := 10000
|
||||||
if testing.Short() {
|
if testing.Short() {
|
||||||
n = 100
|
n = 100
|
||||||
|
|
Loading…
Reference in New Issue