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 280d28d commit d3b30e2Copy full SHA for d3b30e2
bench_test.go
@@ -3,9 +3,10 @@ package expr_test
3
import (
4
"testing"
5
6
+ "github.com/stretchr/testify/require"
7
+
8
"github.com/expr-lang/expr"
9
"github.com/expr-lang/expr/vm"
- "github.com/stretchr/testify/require"
10
)
11
12
func Benchmark_expr(b *testing.B) {
0 commit comments