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