Add benchmarks to continuous build.

PiperOrigin-RevId: 325892974
This commit is contained in:
Zach Koopmans
2020-08-10 14:52:36 -07:00
committed by gVisor bot
parent 7ba5e3558a
commit a88cf5a2e1
7 changed files with 12 additions and 0 deletions
+6
View File
@@ -57,6 +57,12 @@ build_test(
"//test/e2e:integration_test",
"//test/image:image_test",
"//test/root:root_test",
"//test/benchmarks/base:base_test",
"//test/benchmarks/database:database_test",
"//test/benchmarks/fs:fs_test",
"//test/benchmarks/media:media_test",
"//test/benchmarks/ml:ml_test",
"//test/benchmarks/network:network_test",
],
)
+1
View File
@@ -25,6 +25,7 @@ go_test(
"manual",
"local",
],
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",
+1
View File
@@ -19,6 +19,7 @@ go_test(
"manual",
"local",
],
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",
+1
View File
@@ -22,6 +22,7 @@ go_test(
"local",
"manual",
],
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",
+1
View File
@@ -14,6 +14,7 @@ go_test(
size = "large",
srcs = ["ffmpeg_test.go"],
library = ":media",
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",
+1
View File
@@ -14,6 +14,7 @@ go_test(
size = "large",
srcs = ["tensorflow_test.go"],
library = ":ml",
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//test/benchmarks/harness",
+1
View File
@@ -25,6 +25,7 @@ go_test(
"manual",
"local",
],
visibility = ["//:sandbox"],
deps = [
"//pkg/test/dockerutil",
"//pkg/test/testutil",