mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 21:39:41 +08:00
refactor: replace json with json-iterator/go to improve performance
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
"compress/gzip"
|
||||
"crypto/tls"
|
||||
_ "embed"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"io"
|
||||
@@ -32,6 +31,7 @@ import (
|
||||
|
||||
"github.com/httprunner/hrp/internal/builtin"
|
||||
"github.com/httprunner/hrp/internal/ga"
|
||||
"github.com/httprunner/hrp/internal/json"
|
||||
pluginInternal "github.com/httprunner/hrp/plugin/inner"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user