Change size of startup benchmark and lower number of startups.

PiperOrigin-RevId: 341155693
This commit is contained in:
Zach Koopmans
2020-11-06 19:00:15 -08:00
committed by gVisor bot
parent fe9442d327
commit 9035422ea4
+1 -1
View File
@@ -13,7 +13,7 @@ go_library(
go_test(
name = "base_test",
size = "large",
size = "enormous",
srcs = [
"size_test.go",
"startup_test.go",