Skip to content

Commit

Permalink
Output to png file since exit flag doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
connorimes committed Jan 25, 2016
1 parent 4755cc5 commit 5177e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/heartbeats/characterize.py
Expand Up @@ -65,7 +65,7 @@ def get_command(build_target, layout_thread_count, renderer, page, profile):
"""Get the command to execute.
"""
return path.join(TOP_DIR, "target", build_target, "servo") + \
" -p %d -x -y %d %s -Z profile-script-events '%s'" % \
" -p %d -o output.png -y %d %s -Z profile-script-events '%s'" % \
(profile, layout_thread_count, renderer, page)


Expand Down

0 comments on commit 5177e9e

Please sign in to comment.