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

Side by Side Diff: tools/nanobench_flags.json

Issue 2142223004: Turn back on nanobench on Debug trybots. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [ 2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [
3 "--pre_log", 3 "--pre_log",
4 "--images", 4 "--images",
5 "--gpuStatsDump", 5 "--gpuStatsDump",
6 "true", 6 "true",
7 "--useThermalManager", 7 "--useThermalManager",
8 "1,1,10,1000", 8 "1,1,10,1000",
9 "--scales", 9 "--scales",
10 "1.0", 10 "1.0",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "~inc1.ico", 332 "~inc1.ico",
333 "~inc0.png", 333 "~inc0.png",
334 "~inc1.png", 334 "~inc1.png",
335 "~inc2.png", 335 "~inc2.png",
336 "~inc12.png", 336 "~inc12.png",
337 "~inc13.png", 337 "~inc13.png",
338 "~inc14.png", 338 "~inc14.png",
339 "~inc0.webp", 339 "~inc0.webp",
340 "~inc1.webp" 340 "~inc1.webp"
341 ], 341 ],
342 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot": [
343 "--pre_log",
344 "--scales",
345 "1.0",
346 "1.1",
347 "--config",
348 "565",
349 "8888",
350 "gpu",
351 "nonrendering",
352 "angle",
353 "hwui",
354 "msaa16",
355 "nvpr16",
356 "nvprdit16",
357 "--match",
358 "nothing_will_match_this"
359 ],
360 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 342 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
361 "--pre_log", 343 "--pre_log",
362 "--images", 344 "--images",
363 "--gpuStatsDump", 345 "--gpuStatsDump",
364 "true", 346 "true",
365 "--scales", 347 "--scales",
366 "1.0", 348 "1.0",
367 "1.1", 349 "1.1",
368 "--config", 350 "--config",
369 "565", 351 "565",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "~inc0.png", 476 "~inc0.png",
495 "~inc1.png", 477 "~inc1.png",
496 "~inc2.png", 478 "~inc2.png",
497 "~inc12.png", 479 "~inc12.png",
498 "~inc13.png", 480 "~inc13.png",
499 "~inc14.png", 481 "~inc14.png",
500 "~inc0.webp", 482 "~inc0.webp",
501 "~inc1.webp" 483 "~inc1.webp"
502 ] 484 ]
503 } 485 }
OLDNEW
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698