1def run(machine): 2 host = hosts.create_host(machine) 3 at = autotest.Autotest(host) 4 at.run_test('kernbench', iterations=2, threads=5) 5 6job.parallel_simple(run, machines) 7
1def run(machine): 2 host = hosts.create_host(machine) 3 at = autotest.Autotest(host) 4 at.run_test('kernbench', iterations=2, threads=5) 5 6job.parallel_simple(run, machines) 7