summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-08-11 12:57:38 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-08-11 15:31:02 +0100
commit38b3bd6b7c09cdd8041e6b775933f69e0141efd3 (patch)
tree028e75ddf00b665153d9344da2ea82b2c1a14c2f /benchmarks/Makefile.sources
parent98bcc18572f914b27cda07fc1ceae5b48a74fe51 (diff)
benchmarks: Add a microbenchmark for relocation overhead
Allow specification of the many different busyness modes and relocation interfaces, along with the number of buffers to use and relocations. 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 3dc02635..a456e05b 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -8,6 +8,7 @@ benchmarks_PROGRAMS = \
gem_create \
gem_exec_ctx \
gem_exec_nop \
+ gem_exec_reloc \
gem_exec_trace \
gem_mmap \
gem_prw \