summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-04 18:55:47 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-04 18:55:47 -0800
commit30c8cd0e68544e5bc177a883d08ae97aa3c427b3 (patch)
tree866fec84e563f899a68da321c9995aa8fc52648b /readme.md
parente0e537b937fc411188af2ae7ab417b6f4a9dabbe (diff)
downloadmill-30c8cd0e68544e5bc177a883d08ae97aa3c427b3.tar.gz
mill-30c8cd0e68544e5bc177a883d08ae97aa3c427b3.tar.bz2
mill-30c8cd0e68544e5bc177a883d08ae97aa3c427b3.zip
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
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
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