Deflake //third_party/gvisor/test/perf:getdents_benchmark_runsc_ptrace

* Increase a buffer size for getdents64
* Increase a number of shards

PiperOrigin-RevId: 304670004
This commit is contained in:
Andrei Vagin
2020-04-03 12:29:03 -07:00
committed by gVisor bot
parent ea98693d91
commit 4032cf06e4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ syscall_test(
syscall_test(
size = "enormous",
shard_count = 10,
tags = ["nogotsan"],
test = "//test/perf/linux:getdents_benchmark",
)
+1 -1
View File
@@ -38,7 +38,7 @@ namespace testing {
namespace {
constexpr int kBufferSize = 16384;
constexpr int kBufferSize = 65536;
PosixErrorOr<TempPath> CreateDirectory(int count,
std::vector<std::string>* files) {