Searched refs:PingPongTestParams (Results 1 – 1 of 1) sorted by relevance
125 class PingPongTestParams { class127 PingPongTestParams(size_t size, int count) in PingPongTestParams() function in IPC::__anon422127d70111::PingPongTestParams158 std::vector<PingPongTestParams> GetDefaultTestParams() { in GetDefaultTestParams()161 std::vector<PingPongTestParams> list; in GetDefaultTestParams()162 list.push_back(PingPongTestParams(12, 500 * kMultiplier)); in GetDefaultTestParams()163 list.push_back(PingPongTestParams(144, 500 * kMultiplier)); in GetDefaultTestParams()164 list.push_back(PingPongTestParams(1728, 500 * kMultiplier)); in GetDefaultTestParams()165 list.push_back(PingPongTestParams(20736, 120 * kMultiplier)); in GetDefaultTestParams()166 list.push_back(PingPongTestParams(248832, 10 * kMultiplier)); in GetDefaultTestParams()196 std::vector<PingPongTestParams> params = GetDefaultTestParams(); in RunTestChannelProxyPingPong()[all …]