From 2d9095c7a669ad2632f12de8d0918f8bf48b499e Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Mon, 5 Apr 2021 15:59:55 -0700 Subject: Actually don't run unlink_benchmark with TSAN. This benchmark currently takes > 15 minutes to run in that case. PiperOrigin-RevId: 366891726 --- test/perf/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/perf') 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", ) -- cgit v1.2.3