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

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

Powered by Google App Engine
This is Rietveld 408576698