gngrOrg / grinder

a test suite for gngr
Apache License 2.0
4 stars 1 forks source link

support window resize in gngr driver, use it to resize to 800x640 #15

Closed hrj closed 8 years ago

hrj commented 8 years ago

Currently, we are using maximised windows. But maximum size is overkill for most tests. It results in lots of blank areas, which waste computation during image comparison.

Something like 800x640 pixels should be fine for most of the tests.

hrj commented 8 years ago

I have implemented this, and see huge time savings. Will be committing soon.