diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2013-02-24 21:49:06 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2013-03-11 22:41:45 -0400 |
commit | 2c953e572f6c3c18046e768dd07d12150b1f2e94 (patch) | |
tree | 5935470c2388e10c4db02fb56bdf511ebbee17da /test/Makefile.sources | |
parent | 460faaa41105c2939d041506f6ff08e2b12e7596 (diff) | |
download | pixman-2c953e572f6c3c18046e768dd07d12150b1f2e94.tar.gz |
test: Add radial-perf-test, a microbenchmark for radial gradients
This benchmark renders one of the radial gradients used in the
swfdec-youtube cairo trace 500 times and reports the average time it
took.
V2: Update .gitignore
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r-- | test/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources index 5b30970..b5fc740 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -28,9 +28,10 @@ TESTPROGRAMS = \ composite \ $(NULL) -# Benchmarks +# Other programs OTHERPROGRAMS = \ lowlevel-blt-bench \ + radial-perf-test \ check-formats \ $(NULL) |