diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2021-04-05 15:59:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-05 16:01:39 -0700 |
commit | 2d9095c7a669ad2632f12de8d0918f8bf48b499e (patch) | |
tree | 9aaa84d724543248aebaeaf9646cd8213731b7ae /test | |
parent | e7b2023647df994736ccaaa99a66a8712db2c631 (diff) |
Actually don't run unlink_benchmark with TSAN.
This benchmark currently takes > 15 minutes to run in that case.
PiperOrigin-RevId: 366891726
Diffstat (limited to 'test')
-rw-r--r-- | test/perf/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/perf/BUILD b/test/perf/BUILD index 960fb8864..71982fc4d 100644 --- a/test/perf/BUILD +++ b/test/perf/BUILD @@ -127,6 +127,7 @@ syscall_test( size = "large", add_overlay = True, debug = False, + tags = ["nogotsan"], test = "//test/perf/linux:unlink_benchmark", ) @@ -134,6 +135,5 @@ syscall_test( size = "large", add_overlay = True, debug = False, - tags = ["nogotsan"], test = "//test/perf/linux:write_benchmark", ) |