Update PowerMeasure.py

This commit is contained in:
LalehB 2014-09-15 16:13:41 -07:00
parent d161d0ad47
commit 9ed2a894dd

View file

@ -141,7 +141,7 @@ def PowerParser(OutputDir, LayoutThreads):
# ----------------------------------------------------#
def main():
LayoutThreads = 8 # Maximum number of threads considered for Layout
Benchmarks = "../../test/html/perf-rainbow.html"
Benchmarks = "../../tests/html/perf-rainbow.html"
OutputDir = "Experiments/"
os.mkdir(os.path.join(OutputDir), 0777)
Renderer = " "