mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +08:00
change: cache loaded functions to improve performance
This commit is contained in:
@@ -18,7 +18,8 @@ func newParser() *parser {
|
||||
}
|
||||
|
||||
type parser struct {
|
||||
plugin hrpPlugin // plugin is used to call functions
|
||||
plugin hrpPlugin // plugin is used to call functions
|
||||
cachedFunctions map[string]reflect.Value // cache loaded functions to improve performance
|
||||
}
|
||||
|
||||
func buildURL(baseURL, stepURL string) string {
|
||||
|
||||
Reference in New Issue
Block a user