mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add benchmarks to continuous build.
PiperOrigin-RevId: 325892974
This commit is contained in:
committed by
gVisor bot
parent
7ba5e3558a
commit
a88cf5a2e1
@@ -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",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ go_test(
|
||||
"manual",
|
||||
"local",
|
||||
],
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//test/benchmarks/harness",
|
||||
|
||||
@@ -19,6 +19,7 @@ go_test(
|
||||
"manual",
|
||||
"local",
|
||||
],
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//test/benchmarks/harness",
|
||||
|
||||
@@ -22,6 +22,7 @@ go_test(
|
||||
"local",
|
||||
"manual",
|
||||
],
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//test/benchmarks/harness",
|
||||
|
||||
@@ -14,6 +14,7 @@ go_test(
|
||||
size = "large",
|
||||
srcs = ["ffmpeg_test.go"],
|
||||
library = ":media",
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//test/benchmarks/harness",
|
||||
|
||||
@@ -14,6 +14,7 @@ go_test(
|
||||
size = "large",
|
||||
srcs = ["tensorflow_test.go"],
|
||||
library = ":ml",
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//test/benchmarks/harness",
|
||||
|
||||
@@ -25,6 +25,7 @@ go_test(
|
||||
"manual",
|
||||
"local",
|
||||
],
|
||||
visibility = ["//:sandbox"],
|
||||
deps = [
|
||||
"//pkg/test/dockerutil",
|
||||
"//pkg/test/testutil",
|
||||
|
||||
Reference in New Issue
Block a user