mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -30,6 +30,7 @@ syscall_test(
|
||||
|
||||
syscall_test(
|
||||
size = "enormous",
|
||||
shard_count = 10,
|
||||
tags = ["nogotsan"],
|
||||
test = "//test/perf/linux:getdents_benchmark",
|
||||
)
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user