diff options
author | rcrabb@chromium.org <rcrabb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 15:10:54 +0000 |
---|---|---|
committer | rcrabb@chromium.org <rcrabb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-23 15:10:54 +0000 |
commit | 23c65afde045fe118aaf90364d846e0ad67e418b (patch) | |
tree | 5ca508279b0d7da97c8af0fc0ed6e8f809ece6d1 /tools/perf/test-info.json | |
parent | c4e6775990dedc44cb89cc45e702c3c471dee24e (diff) | |
download | chromium_src-23c65afde045fe118aaf90364d846e0ad67e418b.zip chromium_src-23c65afde045fe118aaf90364d846e0ad67e418b.tar.gz chromium_src-23c65afde045fe118aaf90364d846e0ad67e418b.tar.bz2 |
Adding netsim page cycler to test-info.json so the test shows up on chromeperf.appspot.com/report by default.
Added the netsim page cycler. Already added to Chrome perf sheriff rotation.
BUG=
Review URL: https://chromiumcodereview.appspot.com/15772004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf/test-info.json')
-rw-r--r-- | tools/perf/test-info.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json index ee14b6f..e4976a7 100644 --- a/tools/perf/test-info.json +++ b/tools/perf/test-info.json @@ -221,6 +221,10 @@ "description": "Score on the [V8 team's Octane benchmark](http://octane-benchmark.googlecode.com/svn/latest/index.html)", "code": ["chrome/src/tools/perf/perf_tools/octane.py"] }, + "page_cycler_2012Q2-netsim": { + "description": "Page loading benchmark for a set of 25 top pages recorded in Q2, 2012. Despite the name, network simulation has not actually been enabled on this test yet.", + "code": ["chrome/test/functional/perf.py"] + }, "robohornetpro": { "description": "Milliseconds to complete the [RoboHornetPro demo by Microsoft](http://ie.microsoft.com/testdrive/performance/robohornetpro/)", "code": ["chrome/src/tools/perf/perf_tools/robohornetpro.py"] |