Update README.md

This commit is contained in:
Michiel Borkent 2019-08-18 00:40:01 +02:00 committed by GitHub
parent 17a1a2f809
commit e373f260c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ $ time clojure -e "(+ 1 2 3)"
6 6
clojure -e "(+ 1 2 3)" 3.29s user 0.32s system 99% cpu 3.638 total clojure -e "(+ 1 2 3)" 3.29s user 0.32s system 99% cpu 3.638 total
$ time plk -e '(+ 1 2 3)' $ time planck -e '(+ 1 2 3)'
6 6
plk -e '(+ 1 2 3)' 1.34s user 0.16s system 127% cpu 1.172 total plk -e '(+ 1 2 3)' 1.34s user 0.16s system 127% cpu 1.172 total