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

Unified Diff: client/site_tests/suite_HWQual/control.auto

Issue 652082: Add GPU performance constraints for hwqual purposes. (Closed)
Patch Set: No need to strip() before float(). Created 10 years, 10 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 | « client/site_tests/gl_Bench/gl_Bench.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/suite_HWQual/control.auto
diff --git a/client/site_tests/suite_HWQual/control.auto b/client/site_tests/suite_HWQual/control.auto
index bc7807bbd831484d93ccc76c988fb6839253153c..72e55547a9c51757ae695fc467404a09d179bab2 100644
--- a/client/site_tests/suite_HWQual/control.auto
+++ b/client/site_tests/suite_HWQual/control.auto
@@ -38,7 +38,13 @@ job.run_test('video_Resolution')
# Graphics
job.run_test('gl_APICheck')
-job.run_test('gl_Bench')
+job.run_test('gl_Bench',
+ constraints=[
+ 'mtri_sec_triangle_setup >= 10',
+ 'mpixels_sec_fill_solid >= 190',
+ 'mpixels_sec_fill_tex_nearest >= 190',
+ 'mpixels_sec_fill_tex_bilinear >= 190',
+ ])
job.run_test('gpu_SanAngeles')
# Communications
« no previous file with comments | « client/site_tests/gl_Bench/gl_Bench.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698