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

Unified Diff: tools/nanobench_flags.json

Issue 957503002: Add tools/nanobench_flags.py. (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 | « tools/dm_flags.py ('k') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..2a8f9c841a43550e3feaa6ec670d3fe17bed7a3c
--- /dev/null
+++ b/tools/nanobench_flags.json
@@ -0,0 +1,36 @@
+{
+ "Perf-Android-GalaxyS3-Mali400-Arm7-Release": [
+ "--scales",
+ "1.0",
+ "1.1",
+ "--match",
+ "~blurroundrect",
+ "~patch_grid",
+ "~desk_carsvg",
+ "--nocpu"
+ ],
+ "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
+ "--scales",
+ "1.0",
+ "1.1",
+ "--match",
+ "skp"
+ ],
+ "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
+ "--scales",
+ "1.0",
+ "1.1",
+ "--loops",
+ "1",
+ "--samples",
+ "1"
+ ],
+ "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
+ "--scales",
+ "1.0",
+ "1.1",
+ "--match",
+ "~gradient",
+ "~etc1bitmap"
+ ]
+}
« no previous file with comments | « tools/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698