We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e2d87 commit eafdb3cCopy full SHA for eafdb3c
checker/checker_bench_test.go
@@ -58,8 +58,8 @@ a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a
58
"func": f,
59
}
60
config := conf.New(env)
61
- expr.Function("func", f, f)
62
- expr.ConstExpr("func")
+ expr.Function("func", f, f)(config)
+ expr.ConstExpr("func")(config)
63
64
for _, c := range cases {
65
batchSize := 100_000
0 commit comments