diff options
author | Chong Cai <chongc@google.com> | 2021-07-23 14:33:27 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-23 14:35:42 -0700 |
commit | d2479383639ab15301c4535a91cbbbeb22635a7e (patch) | |
tree | fecfead59cfc796d71d2c78ead824d381908342b /test/perf/BUILD | |
parent | 3d0a9300050ad9a72d452ec862827e35e3f38dcc (diff) |
Add verity open benchmark test
PiperOrigin-RevId: 386533065
Diffstat (limited to 'test/perf/BUILD')
-rw-r--r-- | test/perf/BUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD index 75b5003e2..97ca0e75a 100644 --- a/test/perf/BUILD +++ b/test/perf/BUILD @@ -139,3 +139,10 @@ syscall_test( debug = False, test = "//test/perf/linux:write_benchmark", ) + +syscall_test( + size = "large", + debug = False, + test = "//test/perf/linux:verity_open_benchmark", + vfs1 = False, +) |