mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 08:26:10 +00:00
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:
parent
5cabb8c543
commit
3bc3ab27ea
@ -11,3 +11,5 @@ gem_exec_tracer_la_LIBADD = -ldl
|
|||||||
|
|
||||||
gem_wait_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
gem_wait_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||||
gem_wait_LDADD = $(LDADD) -lpthread
|
gem_wait_LDADD = $(LDADD) -lpthread
|
||||||
|
|
||||||
|
EXTRA_DIST=README
|
||||||
|
9
benchmarks/README
Normal file
9
benchmarks/README
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user