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

Unified Diff: tools/nanobench_flags.json

Issue 964053002: Add msaa runs to nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.json
diff --git a/tools/nanobench_flags.json b/tools/nanobench_flags.json
index 2a8f9c841a43550e3feaa6ec670d3fe17bed7a3c..2317123e898a9c30cadae71c05544548b2cb229a 100644
--- a/tools/nanobench_flags.json
+++ b/tools/nanobench_flags.json
@@ -3,6 +3,15 @@
"--scales",
"1.0",
"1.1",
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "msaa4",
+ "nvprmsaa4",
"--match",
"~blurroundrect",
"~patch_grid",
@@ -13,6 +22,15 @@
"--scales",
"1.0",
"1.1",
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "msaa4",
+ "nvprmsaa4",
"--match",
"skp"
],
@@ -20,6 +38,15 @@
"--scales",
"1.0",
"1.1",
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "msaa16",
+ "nvprmsaa16",
"--loops",
"1",
"--samples",
@@ -29,6 +56,15 @@
"--scales",
"1.0",
"1.1",
+ "--config",
+ "565",
+ "8888",
+ "gpu",
+ "nonrendering",
+ "angle",
+ "hwui",
+ "msaa16",
+ "nvprmsaa16",
"--match",
"~gradient",
"~etc1bitmap"
« 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