Update README.md

This commit is contained in:
Michiel Borkent 2019-08-15 13:02:25 +02:00 committed by GitHub
parent baca518e16
commit a01bf92d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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