summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-20 13:27:17 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-06-20 18:19:51 +0100
commit0e1f5e3e796ae383daeb8f1aa394ce5f030e7bb9 (patch)
tree8abfd9bb1443165ac70bfefe0db81282af8b4457 /benchmarks/Makefile.sources
parentc344044ab681566d36a49a0456666a32bac3419a (diff)
benchmarks: Add vgem mmap speed test
Primarily to check that we have the WC read/write disparity. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index bc4f2b52..6865e737 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -19,4 +19,5 @@ benchmarks_PROGRAMS = \
gem_syslatency \
gem_userptr_benchmark \
kms_vblank \
+ vgem_mmap \
$(NULL)