diff options
author | Timothy Gu | 2016-02-14 10:48:24 -0800 |
---|---|---|
committer | Timothy Gu | 2016-02-14 10:48:24 -0800 |
commit | ebf648d490448d511b5fe970d76040169e65ef74 (patch) | |
tree | 785be7d30040f9eba53f716cb8d583ff92f61444 /tests | |
parent | a953a2991e28de6d476420f7f8ae316599a83ac1 (diff) |
checkasm/vf_blend: Decrease iteration count
The test is already slow.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkasm/vf_blend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c index e14ee787de..cfc389bf98 100644 --- a/tests/checkasm/vf_blend.c +++ b/tests/checkasm/vf_blend.c @@ -27,7 +27,7 @@ #define WIDTH 256 #define HEIGHT 256 -#define BUF_UNITS 9 +#define BUF_UNITS 3 #define SIZE_PER_UNIT (WIDTH * HEIGHT) #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) |