Add criterium to dev alias

This commit is contained in:
Joshua Suskalo 2024-10-03 14:12:54 -04:00
parent 6ff882b85d
commit a2dd6f2518
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -9,7 +9,8 @@
:aliases :aliases
{:dev {:extra-paths ["."] {:dev {:extra-paths ["."]
:extra-deps {io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"} :extra-deps {io.github.clojure/tools.build {:git/tag "v0.3.0" :git/sha "e418fc9"}
nodisassemble/nodisassemble {:mvn/version "0.1.3"}} nodisassemble/nodisassemble {:mvn/version "0.1.3"}
criterium/criterium {:mvn/version "0.4.6"}}
;; NOTE(Joshua): If you want to use nodisassemble you should also add a ;; NOTE(Joshua): If you want to use nodisassemble you should also add a
;; -javaagent for the resolved location ;; -javaagent for the resolved location
:jvm-opts ["--enable-native-access=ALL-UNNAMED"]} :jvm-opts ["--enable-native-access=ALL-UNNAMED"]}