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

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

Powered by Google App Engine
This is Rietveld 408576698