Chromium Code Reviews| Index: ipc/ipc_perftests.cc |
| diff --git a/ipc/ipc_perftests.cc b/ipc/ipc_perftests.cc |
| index e7eeab9d8ea455e19785b4afd87496c04c3c83b2..0b9a1eefd2c0dfb802136d6df98030e1d4d3f3cb 100644 |
| --- a/ipc/ipc_perftests.cc |
| +++ b/ipc/ipc_perftests.cc |
| @@ -231,7 +231,7 @@ TEST_F(IPCChannelPerfTest, Performance) { |
| ASSERT_TRUE(StartClient()); |
| const size_t kMsgSizeBase = 12; |
| - const int kMsgSizeMaxExp = 5; |
| + const int kMsgSizeMaxExp = 3; |
| int msg_count = 100000; |
|
viettrungluu
2014/03/15 17:25:27
You might consider lowering msg_count instead of l
epenner
2014/03/17 20:24:53
Good point.
Okay I kept all 5 message sizes. I si
|
| size_t msg_size = kMsgSizeBase; |
| for (int i = 1; i <= kMsgSizeMaxExp; i++) { |