summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/ml/ml.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmarks/ml/ml.go')
-rw-r--r--test/benchmarks/ml/ml.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/benchmarks/ml/ml.go b/test/benchmarks/ml/ml.go
index 13282d7bb..d5fc5b7da 100644
--- a/test/benchmarks/ml/ml.go
+++ b/test/benchmarks/ml/ml.go
@@ -14,18 +14,3 @@
// Package ml holds benchmarks around machine learning performance.
package ml
-
-import (
- "os"
- "testing"
-
- "gvisor.dev/gvisor/test/benchmarks/harness"
-)
-
-var h harness.Harness
-
-// TestMain is the main method for package ml.
-func TestMain(m *testing.M) {
- h.Init()
- os.Exit(m.Run())
-}