diff --git a/pkg/perf/perf_test.go b/pkg/perf/perf_test.go index a87414792d..6ecd15f5a0 100644 --- a/pkg/perf/perf_test.go +++ b/pkg/perf/perf_test.go @@ -18,8 +18,9 @@ import ( "testing" "github.com/go-kit/log" - "github.com/parca-dev/parca-agent/pkg/symtab" "github.com/stretchr/testify/require" + + "github.com/parca-dev/parca-agent/pkg/symtab" ) func createTestFile(t testing.TB) string {