license.bot | bf09a50 | 2008-08-24 00:55:55 | [diff] [blame] | 1 | // 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.commit | d7cae12 | 2008-07-26 21:49:38 | [diff] [blame] | 4 | |
[email protected] | 302831b | 2009-01-13 22:35:10 | [diff] [blame] | 5 | #include "base/perf_test_suite.h" |
[email protected] | b1d1c87 | 2008-08-27 04:58:51 | [diff] [blame] | 6 | |
initial.commit | d7cae12 | 2008-07-26 21:49:38 | [diff] [blame] | 7 | int main(int argc, char** argv) { |
[email protected] | b1d1c87 | 2008-08-27 04:58:51 | [diff] [blame] | 8 | return PerfTestSuite(argc, argv).Run(); |
initial.commit | d7cae12 | 2008-07-26 21:49:38 | [diff] [blame] | 9 | } |