summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-26 13:25:13 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-27 10:03:00 +0100
commit823ee3e4887d7265afddff9aeafa7843566b3167 (patch)
tree7a40b15f99cbdd29f333791abe343821259cd6c8 /benchmarks/Makefile.sources
parenta23769cae6310436338a468ce93175d1c02ead1b (diff)
benchmarks: Add prime_lookup microbenchmark
Just a silly benchmark to stress prime_fd_to_handle and prime_handle_to_fd. 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 f69d4f10..3af54ebe 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -15,6 +15,7 @@ benchmarks_prog_list = \
gem_set_domain \
gem_syslatency \
kms_vblank \
+ prime_lookup \
vgem_mmap \
$(NULL)