blob: 6e38109376a64a39ed9c919ed59411db86734d87 [file] [log] [blame]
leng@chromium.orgc9ca67f2012-07-13 18:21:34 +09001// Copyright (c) 2012 The Chromium Authors. All rights reserved.
license.botf003cfe2008-08-24 09:55:55 +09002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit3f4a7322008-07-27 06:49:38 +09004
brettw@chromium.orga52632f2009-10-10 03:20:30 +09005#include "base/test/perf_test_suite.h"
darin@google.comc1a3a492008-08-27 13:58:51 +09006
initial.commit3f4a7322008-07-27 06:49:38 +09007int main(int argc, char** argv) {
brettw@chromium.orgafb572a2010-10-10 09:21:35 +09008 return base::PerfTestSuite(argc, argv).Run();
initial.commit3f4a7322008-07-27 06:49:38 +09009}