blob: 84ed48fd0369de9b4d33407ab2b2320733125b91 [file] [log] [blame]
license.botbf09a502008-08-24 00:55:551// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commitd7cae122008-07-26 21:49:384
[email protected]302831b2009-01-13 22:35:105#include "base/perf_test_suite.h"
[email protected]b1d1c872008-08-27 04:58:516
initial.commitd7cae122008-07-26 21:49:387int main(int argc, char** argv) {
[email protected]b1d1c872008-08-27 04:58:518 return PerfTestSuite(argc, argv).Run();
initial.commitd7cae122008-07-26 21:49:389}