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

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

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

Powered by Google App Engine
This is Rietveld 408576698