Add bench code and update all scripts.

This commit is contained in:
Andrey Antukh 2016-04-07 22:51:40 +03:00
parent 5ae1c6a78c
commit c419e9406b
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
13 changed files with 123 additions and 7 deletions

View file

@ -8,7 +8,7 @@
(let [start (System/nanoTime)]
(b/build
(b/inputs "src")
(b/inputs "src" "vendor")
{:main 'uxbox.core
:parallel-build false
:warnings {:ns-var-clash false}