#!/bin/bash for i in {1..10} do time ./test_harness.py -d --seed i 100 1024 10000 20 >> test.out done