Update bench_expectations & add triggers for N7, Mac 10.8 and Ubuntu

git-svn-id: http://skia.googlecode.com/svn/trunk@8128 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2013-03-13 15:25:30 +00:00
parent 0b8a2fe2cd
commit bb51fabc99
2 changed files with 3722 additions and 844 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,7 @@ from oauth2_plugin import oauth2_plugin
# Ratios for calculating suggested picture bench upper and lower bounds.
BENCH_UB = 1.1 # Allow for 10% room for normal variance on the up side.
BENCH_LB = 0.85
BENCH_LB = 0.9
# Further allow for a fixed amount of noise. This is especially useful for
# benches of smaller absolute value. Keeping this value small will not affect
@ -41,9 +41,9 @@ BENCH_LB = 0.85
BENCH_ALLOWED_NOISE = 10
# List of platforms to track. Feel free to change it to meet your needs.
PLATFORMS = [#'Mac_Float_Bench_32',
#'Nexus10_4-1_Float_Bench_32',
#'Shuttle_Ubuntu12_ATI5770_Float_Bench_32',
PLATFORMS = ['MacMini_10_8_Float_Bench_32',
'Nexus7_4-1_Float_Bench_32',
'Shuttle_Ubuntu12_ATI5770_Float_Bench_32',
'Shuttle_Win7_Intel_Float_Bench_32',
]