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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Mac10.6-MacMini4.1-GeForce320M-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-Mac10.6-MacMini4.1-GeForce320M-x86-Debug', 6 '_builder_name': 'Test-Mac10.6-MacMini4.1-GeForce320M-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 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 'timeout': <Object>, 1361 'timeout': <Object>,
1362 'workdir': 'build/skia', 1362 'workdir': 'build/skia',
1363 }, 1363 },
1364 ], 1364 ],
1365 [ 1365 [
1366 <Object>, 1366 <Object>,
1367 { 1367 {
1368 'alwaysRun': <Object>, 1368 'alwaysRun': <Object>,
1369 'command': [ 1369 'command': [
1370 'python', 1370 'python',
1371 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1372 '--autogen_svn_baseurl',
1373 'bogusValueToFixSkBug2663',
1374 '--configuration',
1375 'Debug',
1376 '--deps_target_os',
1377 'None',
1378 '--builder_name',
1379 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug',
1380 '--build_number',
1381 <Object>,
1382 '--target_platform',
1383 'mac',
1384 '--revision',
1385 <Object>,
1386 '--got_revision',
1387 <Object>,
1388 '--perf_output_basedir',
1389 'None',
1390 '--make_flags',
1391 '""',
1392 '--test_args',
1393 '""',
1394 '--gm_args',
1395 '""',
1396 '--bench_args',
1397 '""',
1398 '--is_try',
1399 'False',
1400 '--bench_pictures_cfg',
1401 'default',
1402 '--flavor',
1403 'default',
1404 ],
1405 'description': 'RunNanobench',
1406 'doStepIf': <Object>,
1407 'env': {},
1408 'exception_on_failure': <Object>,
1409 'flunkOnFailure': <Object>,
1410 'get_props_from_stdout': None,
1411 'haltOnFailure': <Object>,
1412 'hideStepIf': <Object>,
1413 'is_rebaseline_step': <Object>,
1414 'is_upload_step': <Object>,
1415 'timeout': <Object>,
1416 'workdir': 'build/skia',
1417 },
1418 ],
1419 [
1420 <Object>,
1421 {
1422 'alwaysRun': <Object>,
1423 'command': [
1424 'python',
1371 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1425 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1372 '--autogen_svn_baseurl', 1426 '--autogen_svn_baseurl',
1373 'bogusValueToFixSkBug2663', 1427 'bogusValueToFixSkBug2663',
1374 '--configuration', 1428 '--configuration',
1375 'Debug', 1429 'Debug',
1376 '--deps_target_os', 1430 '--deps_target_os',
1377 'None', 1431 'None',
1378 '--builder_name', 1432 '--builder_name',
1379 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug', 1433 'Test-Mac10.6-MacMini4.1-GeForce320M-x86-Debug',
1380 '--build_number', 1434 '--build_number',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 'haltOnFailure': <Object>, 1571 'haltOnFailure': <Object>,
1518 'hideStepIf': <Object>, 1572 'hideStepIf': <Object>,
1519 'is_rebaseline_step': <Object>, 1573 'is_rebaseline_step': <Object>,
1520 'is_upload_step': <Object>, 1574 'is_upload_step': <Object>,
1521 'timeout': <Object>, 1575 'timeout': <Object>,
1522 'workdir': 'build/skia', 1576 'workdir': 'build/skia',
1523 }, 1577 },
1524 ], 1578 ],
1525 ], 1579 ],
1526 } 1580 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698