Update README.md
This commit is contained in:
parent
baca518e16
commit
a01bf92d28
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Babashka runs as a binary and uses [sci](https://github.com/borkdude/sci) for
|
||||||
interpreting Clojure, which results in faster startup times:
|
interpreting Clojure, which results in faster startup times:
|
||||||
|
|
||||||
``` shellsession
|
``` shellsession
|
||||||
$ time clj -e "(require '[clojure.java.shell :as shell])" ./download_html.clj
|
$ time clojure -e "(require '[clojure.java.shell :as shell])" ./download_html.clj
|
||||||
2.15s user 0.17s system 242% cpu 0.959 total
|
2.15s user 0.17s system 242% cpu 0.959 total
|
||||||
|
|
||||||
$ time bb -f ./download_html.clj
|
$ time bb -f ./download_html.clj
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue