|
@@ -1,4 +1,4 @@
|
|
-# Compojure Benchmarking Test
|
|
|
|
|
|
+# Compojure (using http-kit) Benchmarking Test
|
|
|
|
|
|
This is the Compojure (using http-kit) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
|
|
This is the Compojure (using http-kit) portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
|
|
|
|
|
|
@@ -14,9 +14,9 @@ This is the Compojure (using http-kit) portion of a [benchmarking test suite](..
|
|
The dependencies are documented in [project.clj](hello/project.clj),
|
|
The dependencies are documented in [project.clj](hello/project.clj),
|
|
but the main ones are:
|
|
but the main ones are:
|
|
|
|
|
|
-* [Clojure 1.4.0](http://clojure.org/)
|
|
|
|
|
|
+* [Clojure 1.5.1](http://clojure.org/)
|
|
* [Compojure 1.1.5](https://github.com/weavejester/compojure)
|
|
* [Compojure 1.1.5](https://github.com/weavejester/compojure)
|
|
-* [Ring-JSON 0.1.2](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
|
|
|
|
|
|
+* [Ring-JSON 0.2.0](https://github.com/ring-clojure/ring-json), which in turn uses [Cheshire](https://github.com/dakrone/cheshire), which in turn uses [Jackson](http://jackson.codehaus.org/)
|
|
* [http-kit](http://http-kit.org)
|
|
* [http-kit](http://http-kit.org)
|
|
* [dbcp.clj](https://github.com/http-kit/dbcp.clj)
|
|
* [dbcp.clj](https://github.com/http-kit/dbcp.clj)
|
|
|
|
|