Only run bench_pictures once for debug builds
git-svn-id: http://skia.googlecode.com/svn/trunk@6814 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
de1fc47dff
commit
8234e5448b
@ -74,6 +74,7 @@ android_configs = [cfg for cfg in default_configs \
|
||||
# a dictionary of key/value pairs directly corresponding to the command-line
|
||||
# flags passed to bench_pictures.
|
||||
bench_pictures_cfg = {
|
||||
'debug': [TiledBitmapConfig(DEFAULT_TILE_X, DEFAULT_TILE_Y)],
|
||||
'default': default_configs,
|
||||
'no_gpu': [cfg for cfg in default_configs if cfg['device'] != 'gpu'],
|
||||
'nexus_s': [cfg for cfg in android_configs if cfg['device'] != 'gpu'],
|
||||
|
Loading…
Reference in New Issue
Block a user