|
@@ -5,16 +5,13 @@ This is the Scruffy portion of a [benchmarking test suite](../) comparing a vari
|
|
|
### JSON Encoding Test
|
|
|
This example uses the built-in Jackson for json support.
|
|
|
|
|
|
-* [JSON test source](src/main/scala/hello/JsonController.scala)
|
|
|
-
|
|
|
-### Data-Store/Database Mapping Test
|
|
|
-* [DB test source](src/main/scala/hello/DbController.scala)
|
|
|
+* [JSON test source](src/main/scala/scruffy/examples/Test1Endpoint.scala)
|
|
|
|
|
|
## Infrastructure Software Versions
|
|
|
The tests were run with:
|
|
|
|
|
|
* [Java OpenJDK 1.7.0_09](http://openjdk.java.net/)
|
|
|
-* [Scruffy 1.3.11](http://scruffy-project.github.io/)
|
|
|
+* [Scruffy 1.4.14](http://scruffy-project.github.io/)
|
|
|
|
|
|
## Test URLs
|
|
|
|
|
@@ -22,7 +19,6 @@ The tests were run with:
|
|
|
|
|
|
http://localhost:8080/json
|
|
|
|
|
|
-### Data-Store/Database Mapping Test
|
|
|
-
|
|
|
-http://localhost:8080/db?queries=5
|
|
|
+### Plain Text Test
|
|
|
|
|
|
+http://localhost:8080/plaintext
|