Remove perf alias/clojure.java.jdbc dependency
I'll create a specific performance test suite again in the future.
This commit is contained in:
parent
a0e5c6017a
commit
6e96258da3
2 changed files with 3 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
# next.jdbc
|
# next.jdbc
|
||||||
|
|
||||||
The next generation of [`clojure.java.jdbc`](https://github.com/clojure/java.jdbc)
|
The next generation of [`clojure.java.jdbc`](https://github.com/clojure/java.jdbc)
|
||||||
is *not yet accepting contributions* because it is exploratory work and I do
|
is *not yet accepting contributions* because it I do
|
||||||
not know yet whether it will be a Contrib project (like `clojure.java.jdbc`)
|
not know yet whether it will become a Contrib project (like `clojure.java.jdbc`)
|
||||||
or whether it will be a public, open source project.
|
or whether it will continue to be a public, open source project.
|
||||||
|
|
||||||
Please do not send Pull Requests at this point!
|
Please do not send Pull Requests at this point!
|
||||||
|
|
||||||
|
|
|
||||||
5
deps.edn
5
deps.edn
|
|
@ -14,11 +14,6 @@
|
||||||
org.xerial/sqlite-jdbc {:mvn/version "3.23.1"}
|
org.xerial/sqlite-jdbc {:mvn/version "3.23.1"}
|
||||||
;; Note: Assumes Java 8; there's a .jre7 version as well
|
;; Note: Assumes Java 8; there's a .jre7 version as well
|
||||||
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "6.2.2.jre8"}}}
|
com.microsoft.sqlserver/mssql-jdbc {:mvn/version "6.2.2.jre8"}}}
|
||||||
:perf {:extra-deps {criterium {:mvn/version "0.4.4"}
|
|
||||||
org.clojure/java.jdbc {:mvn/version "0.7.9"}}
|
|
||||||
:jvm-opts ["-server"
|
|
||||||
"-Xmx4096m"
|
|
||||||
"-Dclojure.compiler.direct-linking=true"]}
|
|
||||||
:runner
|
:runner
|
||||||
{:extra-deps {com.cognitect/test-runner
|
{:extra-deps {com.cognitect/test-runner
|
||||||
{:git/url "https://github.com/cognitect-labs/test-runner"
|
{:git/url "https://github.com/cognitect-labs/test-runner"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue