add package runners and a few runners 08/608/2
authorHans Feldt <hans.feldt@ericsson.com>
Wed, 20 May 2015 12:28:24 +0000 (14:28 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Thu, 21 May 2015 05:30:16 +0000 (05:30 +0000)
commit44ee87706046d6caac49feff5a595e837974ff69
tree7dcb07d0830cbc3f3e205360118c30c0ad578ce8
parentc62813e00fd3975fb3b7d94b7b633b68c65a6bf7
add package runners and a few runners

The "duration" runner will run a test for an amount of time.
The "arithmetic" runner will increase an input value of the test for
every run until a limit is reached.

Change-Id: I31c9864604110ce3f5d19ec110144d1c886c7620
JIRA: -
Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>
yardstick/benchmark/runners/__init__.py [new file with mode: 0644]
yardstick/benchmark/runners/arithmetic.py [new file with mode: 0644]
yardstick/benchmark/runners/base.py [new file with mode: 0644]
yardstick/benchmark/runners/duration.py [new file with mode: 0644]