Fix module count in benchmark
This commit is contained in:
parent
724773cbe4
commit
c6931db3f8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ missing) and shouldn't be deleted.")
|
||||||
;; load-path are concerned, but I don't mind a [small] margin of
|
;; load-path are concerned, but I don't mind a [small] margin of
|
||||||
;; error in the plugin count in exchange for faster startup.
|
;; error in the plugin count in exchange for faster startup.
|
||||||
(- (length load-path) (length doom-site-load-path))
|
(- (length load-path) (length doom-site-load-path))
|
||||||
(hash-table-size doom-modules)
|
(hash-table-count doom-modules)
|
||||||
(or doom-init-time
|
(or doom-init-time
|
||||||
(setq doom-init-time (float-time (time-subtract (current-time) before-init-time))))))
|
(setq doom-init-time (float-time (time-subtract (current-time) before-init-time))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue