mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update PowerMeasure.py
This commit is contained in:
parent
d161d0ad47
commit
9ed2a894dd
1 changed files with 1 additions and 1 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue