mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
commit
a97a4f93df
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def PowerParser(OutputDir, LayoutThreads):
|
||||||
# ----------------------------------------------------#
|
# ----------------------------------------------------#
|
||||||
def main():
|
def main():
|
||||||
LayoutThreads = 8 # Maximum number of threads considered for Layout
|
LayoutThreads = 8 # Maximum number of threads considered for Layout
|
||||||
Benchmarks = "../../test/html/perf-rainbow.html"
|
Benchmarks = "../../tests/html/perf-rainbow.html"
|
||||||
OutputDir = "Experiments/"
|
OutputDir = "Experiments/"
|
||||||
os.mkdir(os.path.join(OutputDir), 0777)
|
os.mkdir(os.path.join(OutputDir), 0777)
|
||||||
Renderer = " "
|
Renderer = " "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue