From 12e9b4422f69f76e5bb2249862cfb12598c9b663 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 Jun 2022 22:18:01 +0200 Subject: [PATCH] tweak(cli): show benchmark for doom {build,purge} These two commands tend to take a while. --- core/cli/packages.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/cli/packages.el b/core/cli/packages.el index 7157b2d99..ab2b36e0b 100644 --- a/core/cli/packages.el +++ b/core/cli/packages.el @@ -24,6 +24,7 @@ This ensures that all needed files are symlinked from their package repo and their elisp files are byte-compiled. This is especially necessary if you upgrade Emacs (as byte-code is generally not forward-compatible)." + :benchmark t (when jobs (setq native-comp-async-jobs-number (truncate jobs))) (when (doom-packages-build (not rebuild-p)) @@ -46,6 +47,7 @@ possible. It is a good idea to occasionally run this doom purge -g to ensure your package list remains lean." + :benchmark t (straight-check-all) (when (doom-packages-purge (not noelpa-p)