From 1fa8c0ba0a7d8ea23c61649624e5ce9a818a2618 Mon Sep 17 00:00:00 2001 From: Siarhei Siamashka Date: Thu, 5 Sep 2013 05:41:26 +0300 Subject: test: benchmark operator SRC instead of OVER in scaling-bench --- test/scaling-bench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scaling-bench.c b/test/scaling-bench.c index 365e798..9701ee2 100644 --- a/test/scaling-bench.c +++ b/test/scaling-bench.c @@ -61,7 +61,7 @@ main () { t1 = gettime(); pixman_image_composite ( - PIXMAN_OP_OVER, src, NULL, dest, + PIXMAN_OP_SRC, src, NULL, dest, scale, scale, 0, 0, 0, 0, dest_width, dest_height); t2 = gettime(); if (t < 0 || t2 - t1 < t) -- cgit v1.2.3