regress: edit 2t hello smt file to specify numThreads

This commit is contained in:
Korey Sewell 2009-07-25 22:22:13 -04:00
parent 44f80e7ca5
commit d4813236d6

View file

@ -30,3 +30,4 @@ process1 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
process2 = LiveProcess(cmd = 'hello', executable = binpath('hello'))
root.system.cpu.workload = [process1, process2]
root.system.cpu.numThreads = 2