Softaddicts writes: > SSD + fastest laptop in your price range ;) > lein2 help takes 12 seconds from start to back at command prompt...
FWIW the help task is basically the worst case scenario for measuring startup time since it has to load every single task in order to get docstrings for them. If you just want to measure startup time, use `lein version` for Leiningen itself and `lein run -m clojure.main -e nil` for measuring Leiningen plus project boot. I get about 1.5s for Leiningen alone and just under 4s with a simple project on my 4-year-old laptop on Leiningen 2.0.0 with no additional tweaks. Of course, larger projects will take longer, but at that point it's orthogonal to Leiningen. -Phil -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
