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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-GN_Android.json

Issue 2384483003: Revert of Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: Created 4 years, 2 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "adb", 4 "adb",
5 "shell", 5 "shell",
6 "mkdir", 6 "mkdir",
7 "-p", 7 "-p",
8 "/sdcard/revenge_of_the_skiabot/resources" 8 "/sdcard/revenge_of_the_skiabot/resources"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "/data/local/tmp/" 378 "/data/local/tmp/"
379 ], 379 ],
380 "cwd": "[SLAVE_BUILD]/skia", 380 "cwd": "[SLAVE_BUILD]/skia",
381 "name": "push nanobench" 381 "name": "push nanobench"
382 }, 382 },
383 { 383 {
384 "cmd": [ 384 "cmd": [
385 "python", 385 "python",
386 "-u", 386 "-u",
387 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 387 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
388 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --svgs /sdcard/revenge _of_the_skiabot/svgs --images /sdcard/revenge_of_the_skiabot/images/nanobench -- nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s cales 1.0 1.1 --config 8888 gpu nonrendering hwui f16 srgb --match ~blurroundrec t ~patch_grid ~desk_carsvg ~desk_unicodetable ~interlaced1.png ~interlaced2.png ~interlaced3.png ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~ inc0.wbmp ~inc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.p ng ~inc2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp --outResults File /sdcard/revenge_of_the_skiabot/perf/nanobench_abc123_1337018001.json --prop erties gitHash abc123 build_number 5 --key arch x86 compiler Clang cpu_or_gpu GP U cpu_or_gpu_value PowerVR extra_config GN_Android model NexusPlayer os Android; echo $? >/data/local/tmp/rc", 388 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --svgs /sdcard/revenge _of_the_skiabot/svgs --images /sdcard/revenge_of_the_skiabot/images/nanobench -- nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s cales 1.0 1.1 --config 8888 gpu nonrendering angle hwui f16 srgb --match ~blurro undrect ~patch_grid ~desk_carsvg ~desk_unicodetable ~interlaced1.png ~interlaced 2.png ~interlaced3.png ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray .jpg ~inc0.wbmp ~inc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~ inc1.png ~inc2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp --outR esultsFile /sdcard/revenge_of_the_skiabot/perf/nanobench_abc123_1337018001.json --properties gitHash abc123 build_number 5 --key arch x86 compiler Clang cpu_or_ gpu GPU cpu_or_gpu_value PowerVR extra_config GN_Android model NexusPlayer os An droid; echo $? >/data/local/tmp/rc",
389 "[SLAVE_BUILD]/tmp/nanobench.sh" 389 "[SLAVE_BUILD]/tmp/nanobench.sh"
390 ], 390 ],
391 "name": "write nanobench.sh" 391 "name": "write nanobench.sh"
392 }, 392 },
393 { 393 {
394 "cmd": [ 394 "cmd": [
395 "adb", 395 "adb",
396 "push", 396 "push",
397 "[SLAVE_BUILD]/tmp/nanobench.sh", 397 "[SLAVE_BUILD]/tmp/nanobench.sh",
398 "/data/local/tmp/" 398 "/data/local/tmp/"
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 ], 508 ],
509 "cwd": "[SLAVE_BUILD]/skia", 509 "cwd": "[SLAVE_BUILD]/skia",
510 "name": "kill adb server" 510 "name": "kill adb server"
511 }, 511 },
512 { 512 {
513 "name": "$result", 513 "name": "$result",
514 "recipe_result": null, 514 "recipe_result": null,
515 "status_code": 0 515 "status_code": 0
516 } 516 }
517 ] 517 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698