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

Side by Side Diff: tools/nanobench_flags.json

Issue 1365683003: Blacklist GLVertexAttributesBench and GLVec4ScalarBench for GalaxyS4 due to skia:4373 (Closed) Base URL: https://skia.googlesource.com/skia.git@bl-nanobench
Patch Set: Created 5 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
« 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-NexusPlayer-GPU-PowerVR-x86-Release": [ 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--scales", 3 "--scales",
4 "1.0", 4 "1.0",
5 "1.1", 5 "1.1",
6 "--config", 6 "--config",
7 "565", 7 "565",
8 "8888", 8 "8888",
9 "gpu", 9 "gpu",
10 "nonrendering", 10 "nonrendering",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "565", 42 "565",
43 "8888", 43 "8888",
44 "gpu", 44 "gpu",
45 "nonrendering", 45 "nonrendering",
46 "angle", 46 "angle",
47 "hwui", 47 "hwui",
48 "--match", 48 "--match",
49 "~blurroundrect", 49 "~blurroundrect",
50 "~patch_grid", 50 "~patch_grid",
51 "~desk_carsvg", 51 "~desk_carsvg",
52 "~GLInstancedArraysBench" 52 "~GLInstancedArraysBench",
53 "~GLVertexAttributesBench",
54 "~GLVec4ScalarBench"
53 ], 55 ],
54 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 56 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
55 "--scales", 57 "--scales",
56 "1.0", 58 "1.0",
57 "1.1", 59 "1.1",
58 "--config", 60 "--config",
59 "565", 61 "565",
60 "8888", 62 "8888",
61 "gpu", 63 "gpu",
62 "nonrendering", 64 "nonrendering",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "msaa16", 108 "msaa16",
107 "nvprmsaa16", 109 "nvprmsaa16",
108 "--match", 110 "--match",
109 "~blurroundrect", 111 "~blurroundrect",
110 "~patch_grid", 112 "~patch_grid",
111 "~desk_carsvg", 113 "~desk_carsvg",
112 "~keymobi", 114 "~keymobi",
113 "~path_hairline" 115 "~path_hairline"
114 ] 116 ]
115 } 117 }
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