You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
331 B
10 lines
331 B
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.
|