aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-28 12:31:49 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-28 12:31:49 +0000
commita99aba7d5526ef6ea9dd5a0850dbfbfd835689bf (patch)
tree1f6aa432a6915a64b67b4819c6b9e6386efa9827 /tools
parent50c956791291e7f3cec23721157570b7911336b8 (diff)
Remove less then useful configs from bench_pictures runs
Diffstat (limited to 'tools')
-rw-r--r--tools/bench_pictures.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index 112998d02d..862d2a6377 100644
--- a/tools/bench_pictures.cfg
+++ b/tools/bench_pictures.cfg
@@ -45,14 +45,10 @@ default_configs = [
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 @@ bench_pictures_cfg = {
'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)) + \