blob: 96f3436e34ea70e78654d1639ca219455d0fd618 [file] [log] [blame]
from wally import main
opts = "X -l DEBUG report /tmp/perf_tests/warm_doe".split()
def x():
main.main(opts)
x()