blob: e2db2a0483f6907997f9c7557e8467d6c2b261b7 [file] [log] [blame]
mbligh5c5e4082007-10-24 21:24:32 +00001def run(machine):
2 host = hosts.SSHHost(machine)
3 at = autotest.Autotest(host)
4 at.run_test('kernbench', iterations=2, threads=5)
mbligh7c1f5072007-10-08 21:51:34 +00005
mbligh5c5e4082007-10-24 21:24:32 +00006parallel_simple(run, machines)