Skip to content

Commit fa2ec55

Browse files
authored
Initialize metrics in another spot (#237)
1 parent 70c9475 commit fa2ec55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/cudaverify/cuda_verifier_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ func TestCUDAVerifierSingleShot(t *testing.T) {
153153
defer util.SetTestOnlyMultiUprobeSupport(nil)
154154

155155
probes := parseProbes(t)
156+
157+
testutils.InitializeMetrics()
156158
tr, ebpfHandler, cancel := createTracer(t)
157159
defer tr.Close()
158160
defer cancel()

0 commit comments

Comments
 (0)