aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/gen_skp_ranges.py
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-13 15:25:30 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-13 15:25:30 +0000
commitbb51fabc99ab7958d9bd1c60bbc55b3ab61d981e (patch)
tree0915d02a653a669b26f209ca55de57ed6e53d328 /bench/gen_skp_ranges.py
parent0b8a2fe2cde14d15dec1b8252d0f328312f9e59c (diff)
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
Diffstat (limited to 'bench/gen_skp_ranges.py')
-rwxr-xr-xbench/gen_skp_ranges.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bench/gen_skp_ranges.py b/bench/gen_skp_ranges.py
index 2d24868780..d29c6f1b6d 100755
--- a/bench/gen_skp_ranges.py
+++ b/bench/gen_skp_ranges.py
@@ -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',
]