summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppapi_perftests.cc
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 20:29:04 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 20:29:04 +0000
commit514e2ce17d4d365c9824f13b537d3f12efe03ba8 (patch)
treef6277b4cedf6ab6db99473a91b1c21e883783b12 /ppapi/proxy/ppapi_perftests.cc
parenta749350b45331bbe787e9b8d5d61a9cee7c07131 (diff)
downloadchromium_src-514e2ce17d4d365c9824f13b537d3f12efe03ba8.zip
chromium_src-514e2ce17d4d365c9824f13b537d3f12efe03ba8.tar.gz
chromium_src-514e2ce17d4d365c9824f13b537d3f12efe03ba8.tar.bz2
Add ppapi perftests infrastructure, plus a performance test for PPP_Messaging.
BUG= TEST= Review URL: http://codereview.chromium.org/9195029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppapi_perftests.cc')
-rw-r--r--ppapi/proxy/ppapi_perftests.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/ppapi/proxy/ppapi_perftests.cc b/ppapi/proxy/ppapi_perftests.cc
new file mode 100644
index 0000000..a9138e6
--- /dev/null
+++ b/ppapi/proxy/ppapi_perftests.cc
@@ -0,0 +1,10 @@
+// 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 "base/test/perf_test_suite.h"
+
+int main(int argc, char** argv) {
+ return base::PerfTestSuite(argc, argv).Run();
+}
+