You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-23 22:34:49 +02:00
Formated, doced. Also fixed few minor bugs.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package jsoniter
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"os"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
//func Test_large_file(t *testing.T) {
|
||||
@@ -23,7 +23,6 @@ import (
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
func Benchmark_jsoniter_large_file(b *testing.B) {
|
||||
b.ReportAllocs()
|
||||
for n := 0; n < b.N; n++ {
|
||||
|
||||
Reference in New Issue
Block a user