Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Win7-ShuttleA-HD2000-x86-Debug

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_build_targets': [ 3 '_build_targets': [
4 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Test-Win7-ShuttleA-HD2000-x86-Debug', 6 '_builder_name': 'Test-Win7-ShuttleA-HD2000-x86-Debug',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'timeout': <Object>, 1362 'timeout': <Object>,
1363 'workdir': 'build\skia', 1363 'workdir': 'build\skia',
1364 }, 1364 },
1365 ], 1365 ],
1366 [ 1366 [
1367 <Object>, 1367 <Object>,
1368 { 1368 {
1369 'alwaysRun': <Object>, 1369 'alwaysRun': <Object>,
1370 'command': [ 1370 'command': [
1371 'python', 1371 'python',
1372 '..\..\..\..\..\..\slave\skia_slave_scripts\run_nanobench.py ',
1373 '--autogen_svn_baseurl',
1374 'bogusValueToFixSkBug2663',
1375 '--configuration',
1376 'Debug',
1377 '--deps_target_os',
1378 'None',
1379 '--builder_name',
1380 'Test-Win7-ShuttleA-HD2000-x86-Debug',
1381 '--build_number',
1382 <Object>,
1383 '--target_platform',
1384 'win32',
1385 '--revision',
1386 <Object>,
1387 '--got_revision',
1388 <Object>,
1389 '--perf_output_basedir',
1390 'None',
1391 '--make_flags',
1392 '""',
1393 '--test_args',
1394 '""',
1395 '--gm_args',
1396 '""',
1397 '--bench_args',
1398 '""',
1399 '--is_try',
1400 'False',
1401 '--bench_pictures_cfg',
1402 'default',
1403 '--flavor',
1404 'default',
1405 ],
1406 'description': 'RunNanobench',
1407 'doStepIf': <Object>,
1408 'env': {},
1409 'exception_on_failure': <Object>,
1410 'flunkOnFailure': <Object>,
1411 'get_props_from_stdout': None,
1412 'haltOnFailure': <Object>,
1413 'hideStepIf': <Object>,
1414 'is_rebaseline_step': <Object>,
1415 'is_upload_step': <Object>,
1416 'timeout': <Object>,
1417 'workdir': 'build\skia',
1418 },
1419 ],
1420 [
1421 <Object>,
1422 {
1423 'alwaysRun': <Object>,
1424 'command': [
1425 'python',
1372 '..\..\..\..\..\..\slave\skia_slave_scripts\bench_pictures.p y', 1426 '..\..\..\..\..\..\slave\skia_slave_scripts\bench_pictures.p y',
1373 '--autogen_svn_baseurl', 1427 '--autogen_svn_baseurl',
1374 'bogusValueToFixSkBug2663', 1428 'bogusValueToFixSkBug2663',
1375 '--configuration', 1429 '--configuration',
1376 'Debug', 1430 'Debug',
1377 '--deps_target_os', 1431 '--deps_target_os',
1378 'None', 1432 'None',
1379 '--builder_name', 1433 '--builder_name',
1380 'Test-Win7-ShuttleA-HD2000-x86-Debug', 1434 'Test-Win7-ShuttleA-HD2000-x86-Debug',
1381 '--build_number', 1435 '--build_number',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 'haltOnFailure': <Object>, 1572 'haltOnFailure': <Object>,
1519 'hideStepIf': <Object>, 1573 'hideStepIf': <Object>,
1520 'is_rebaseline_step': <Object>, 1574 'is_rebaseline_step': <Object>,
1521 'is_upload_step': <Object>, 1575 'is_upload_step': <Object>,
1522 'timeout': <Object>, 1576 'timeout': <Object>,
1523 'workdir': 'build\skia', 1577 'workdir': 'build\skia',
1524 }, 1578 },
1525 ], 1579 ],
1526 ], 1580 ],
1527 } 1581 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698