benchmarks: Add README

Add a README to introduce the ezbench.sh benchmark runner.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-11-10 14:04:17 +00:00
parent 5cabb8c543
commit 3bc3ab27ea
2 changed files with 11 additions and 0 deletions

View File

@ -11,3 +11,5 @@ gem_exec_tracer_la_LIBADD = -ldl
gem_wait_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
gem_wait_LDADD = $(LDADD) -lpthread
EXTRA_DIST=README

9
benchmarks/README Normal file
View File

@ -0,0 +1,9 @@
These benchmarks are designed to be used from within a benchmark framework
like http://cgit.freedesktop.org/~mperes/ezbench/.
A typical way to run them would be:
$ ~/ezbench/ezbench.sh -p ./linux,git -m '' -b gem: -r 15
which executes the set of gem benchmarks, 15 times each, using HEAD of
./linux.git as the reference commit.