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

Unified Diff: bench_pictures.cfg

Issue 23618004: Remove less then useful configs from bench_pictures runs (Closed) Base URL: http://skia.googlecode.com/svn/trunk/tools/
Patch Set: Reduce multithreaded tests to only use 4 thread configuration Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench_pictures.cfg
===================================================================
--- bench_pictures.cfg (revision 10945)
+++ bench_pictures.cfg (working copy)
@@ -45,14 +45,10 @@
RecordConfig(),
# Multi-threaded
- MultiThreadTileConfig(2, DEFAULT_TILE_X, DEFAULT_TILE_Y),
- MultiThreadTileConfig(3, DEFAULT_TILE_X, DEFAULT_TILE_Y),
MultiThreadTileConfig(4, DEFAULT_TILE_X, DEFAULT_TILE_Y),
# Different tile sizes
TiledBitmapConfig(512, 512),
- TiledBitmapConfig(1024, 256),
- TiledBitmapConfig(1024, 64),
# Different bounding box heirarchies, for different modes.
RecordRTreeConfig(),
@@ -116,7 +112,7 @@
'galaxy_nexus': AndroidConfigList((256, 256), 0.8163, [], (800, 1280)) + \
[msaa4],
'nexus_4': AndroidConfigList((256, 256), 0.7836, [], (768, 1280)),
- 'nexus_7': AndroidConfigList((256, 256), 1.3061, [2], (1280, 800)),
+ 'nexus_7': AndroidConfigList((256, 256), 1.3061, [4], (1280, 800)),
'nexus_10': AndroidConfigList((512, 512), 2.6122, [], (2560, 1600),
do_gpu=False) + [msaa4],
'razr_i': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698