mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
commit
a97a4f93df
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