Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: ipc/ipc_perftests.cc

Issue 196343019: IPC: Make ipc_perftests run on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« ipc/ipc_channel.h ('K') | « ipc/ipc_multiprocess_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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++) {
« ipc/ipc_channel.h ('K') | « ipc/ipc_multiprocess_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698