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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot

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-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot', 6 '_builder_name': 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 'timeout': <Object>, 1415 'timeout': <Object>,
1416 'workdir': 'build/skia', 1416 'workdir': 'build/skia',
1417 }, 1417 },
1418 ], 1418 ],
1419 [ 1419 [
1420 <Object>, 1420 <Object>,
1421 { 1421 {
1422 'alwaysRun': <Object>, 1422 'alwaysRun': <Object>,
1423 'command': [ 1423 'command': [
1424 'python', 1424 'python',
1425 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1426 '--autogen_svn_baseurl',
1427 'bogusValueToFixSkBug2663',
1428 '--configuration',
1429 'Debug',
1430 '--deps_target_os',
1431 'None',
1432 '--builder_name',
1433 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot',
1434 '--build_number',
1435 <Object>,
1436 '--target_platform',
1437 'mac',
1438 '--revision',
1439 <Object>,
1440 '--got_revision',
1441 <Object>,
1442 '--perf_output_basedir',
1443 'None',
1444 '--make_flags',
1445 '""',
1446 '--test_args',
1447 '""',
1448 '--gm_args',
1449 '""',
1450 '--bench_args',
1451 '""',
1452 '--is_try',
1453 'True',
1454 '--bench_pictures_cfg',
1455 'default',
1456 '--flavor',
1457 'default',
1458 ],
1459 'description': 'RunNanobench',
1460 'doStepIf': <Object>,
1461 'env': {},
1462 'exception_on_failure': <Object>,
1463 'flunkOnFailure': <Object>,
1464 'get_props_from_stdout': None,
1465 'haltOnFailure': <Object>,
1466 'hideStepIf': <Object>,
1467 'is_rebaseline_step': <Object>,
1468 'is_upload_step': <Object>,
1469 'timeout': <Object>,
1470 'workdir': 'build/skia',
1471 },
1472 ],
1473 [
1474 <Object>,
1475 {
1476 'alwaysRun': <Object>,
1477 'command': [
1478 'python',
1425 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1479 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1426 '--autogen_svn_baseurl', 1480 '--autogen_svn_baseurl',
1427 'bogusValueToFixSkBug2663', 1481 'bogusValueToFixSkBug2663',
1428 '--configuration', 1482 '--configuration',
1429 'Debug', 1483 'Debug',
1430 '--deps_target_os', 1484 '--deps_target_os',
1431 'None', 1485 'None',
1432 '--builder_name', 1486 '--builder_name',
1433 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot', 1487 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug-Trybot',
1434 '--build_number', 1488 '--build_number',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'haltOnFailure': <Object>, 1625 'haltOnFailure': <Object>,
1572 'hideStepIf': <Object>, 1626 'hideStepIf': <Object>,
1573 'is_rebaseline_step': <Object>, 1627 'is_rebaseline_step': <Object>,
1574 'is_upload_step': <Object>, 1628 'is_upload_step': <Object>,
1575 'timeout': <Object>, 1629 'timeout': <Object>,
1576 'workdir': 'build/skia', 1630 'workdir': 'build/skia',
1577 }, 1631 },
1578 ], 1632 ],
1579 ], 1633 ],
1580 } 1634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698