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

Unified Diff: ipc/ipc_perftests.cc

Issue 2473993003: Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « ipc/ipc_perftest_support.cc ('k') | ipc/ipc_send_fds_test.cc » ('j') | 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
deleted file mode 100644
index cb406260c042fb60bdb797720d4132f41355aab6..0000000000000000000000000000000000000000
--- a/ipc/ipc_perftests.cc
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ipc/ipc_perftest_support.h"
-
-namespace {
-
-// This test times the roundtrip IPC message cycle.
-//
-// TODO(brettw): Make this test run by default.
-
-class IPCChannelPerfTest : public IPC::test::IPCChannelPerfTestBase {
-};
-
-TEST_F(IPCChannelPerfTest, ChannelPingPong) {
- RunTestChannelPingPong(GetDefaultTestParams());
-}
-
-TEST_F(IPCChannelPerfTest, ChannelProxyPingPong) {
- RunTestChannelProxyPingPong(GetDefaultTestParams());
-}
-
-MULTIPROCESS_IPC_TEST_CLIENT_MAIN(PerformanceClient) {
- IPC::test::PingPongTestClient client;
- return client.RunMain();
-}
-
-} // namespace
« no previous file with comments | « ipc/ipc_perftest_support.cc ('k') | ipc/ipc_send_fds_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698