Add missing benchmarks to perf workflow.

PiperOrigin-RevId: 634000083
This commit is contained in:
Zach Koopmans
2024-05-15 10:33:18 -07:00
committed by gVisor bot
parent e72fe4ef60
commit 2621d25b52
+9
View File
@@ -109,6 +109,15 @@ syscall_test(
test = "//test/perf/linux:open_benchmark",
)
syscall_test(
size = "large",
add_overlay = True,
debug = False,
# Takes too long to run with S/R.
save = False,
test = "//test/perf/linux:open_read_close_benchmark",
)
syscall_test(
size = "large",
add_overlay = True,