📎 Add performance related helpers.

This commit is contained in:
Andrey Antukh 2022-01-12 20:23:25 +01:00 committed by Andrés Moya
parent 327c095d79
commit cbb3783d84
10 changed files with 767 additions and 54 deletions

View file

@ -17,6 +17,18 @@
:source-map true
:source-map-include-sources-content true
:source-map-detail-level :all
:warnings {:fn-deprecated false}}}}}
:warnings {:fn-deprecated false}}}
:bench
{:target :node-script
:output-to "target/bench.js"
:output-dir "target/bench/"
:main bench/main
:devtools {:autoload false}
:compiler-options
{:output-feature-set :es-next
:output-wrapper false}}}
}