From 30c8cd0e68544e5bc177a883d08ae97aa3c427b3 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 4 Mar 2018 18:55:47 -0800 Subject: Mill now generates an `out/mill-profile.json` file containing task-timings, to make it easier to see where your mill evaluation time is going --- readme.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c535b00c..6f4e7ce9 100644 --- a/readme.md +++ b/readme.md @@ -335,6 +335,9 @@ rm -rf out/ - Introduced the `mill plan foo.bar` command, which shows you what the execution plan of running the `foo.bar` task looks like without actually evaluating it. +- Mill now generates an `out/mill-profile.json` file containing task-timings, to + make it easier to see where your mill evaluation time is going + ### 0.1.4 - Speed up Mill client initialization by another 50-100ms -- cgit v1.2.3