Skip to content

Commit 8372570

Browse files
committed
specify profiling output location
1 parent e4ee117 commit 8372570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def post_request(worker, req):
1818

1919
def worker_exit(server, worker):
2020
print("writing profiling results to file")
21-
profile.dump_stats("profile.prof")
21+
profile.dump_stats("/app/profile.prof")

0 commit comments

Comments
 (0)