Skip to content

Commit

Permalink
feat: Add initial Vega-lite outputs for benchmarking results
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob committed Sep 3, 2024
1 parent 195f34e commit b7b23a4
Show file tree
Hide file tree
Showing 4 changed files with 1,769 additions and 90 deletions.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"--compile" "gensql.query.js"]}
:perf {:extra-paths ["perf"]
:extra-deps {com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.2.0"}
criterium/criterium {:mvn/version "0.4.6"}}
criterium/criterium {:mvn/version "0.4.6"}
babashka/fs {:mvn/version "0.5.21"}
org.clojure/data.json {:mvn/version "2.5.0"}}
:jvm-opts ["-Djdk.attach.allowAttachSelf"]}

:coverage
Expand Down
Loading

0 comments on commit b7b23a4

Please sign in to comment.