summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 00:10:01 +0000
committersimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-06 00:10:01 +0000
commita078e25bbeefe9a53bb44c94d65c42dc0a01164a (patch)
tree6983b769eafd2aefd6f83384b657edd1bc18d75d /tools
parent41e4d9636b746d45165f3e991fa6752ce10b81a7 (diff)
downloadchromium_src-a078e25bbeefe9a53bb44c94d65c42dc0a01164a.zip
chromium_src-a078e25bbeefe9a53bb44c94d65c42dc0a01164a.tar.gz
chromium_src-a078e25bbeefe9a53bb44c94d65c42dc0a01164a.tar.bz2
These docs refer to commands that are really out of date, and most likely don't even work anymore. Updating them to be more current.
BUG= NOTRY=true Review URL: https://codereview.chromium.org/59043008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/run-bisect-perf-regression.cfg9
-rw-r--r--tools/run-perf-test.cfg5
2 files changed, 6 insertions, 8 deletions
diff --git a/tools/run-bisect-perf-regression.cfg b/tools/run-bisect-perf-regression.cfg
index ded25d2..085a0fc 100644
--- a/tools/run-bisect-perf-regression.cfg
+++ b/tools/run-bisect-perf-regression.cfg
@@ -32,11 +32,10 @@ Args:
Sample config:
config = {
- 'command': './out/Release/performance_ui_tests' +
- ' --gtest_filter=PageCyclerTest.Intl1File',
- 'good_revision': '179755',
- 'bad_revision': '179782',
- 'metric': 'times/t',
+ 'command': './tools/perf/run_measurement --browser=release blink_perf third_party/WebKit/PerformanceTests/Layout/floats_50_100.html',
+ 'good_revision': '233015',
+ 'bad_revision': '233115',
+ 'metric': 'floats_50_100/floats_50_100',
'repeat_count': '20',
'max_time_minutes': '20',
'truncate_percent': '25',
diff --git a/tools/run-perf-test.cfg b/tools/run-perf-test.cfg
index 69bdc5a..02c8d8c 100644
--- a/tools/run-perf-test.cfg
+++ b/tools/run-perf-test.cfg
@@ -29,9 +29,8 @@ Args:
Sample config:
config = {
- 'command': './out/Release/performance_ui_tests' +
- ' --gtest_filter=PageCyclerTest.Intl1File',
- 'metric': 'times/t',
+ 'command': './tools/perf/run_measurement --browser=release blink_perf third_party/WebKit/PerformanceTests/Layout/floats_50_100.html',
+ 'metric': 'floats_50_100/floats_50_100',
'repeat_count': '20',
'max_time_minutes': '20',
'truncate_percent': '25',