|
@@ -4,7 +4,7 @@ This is the Curacao portion of TechEmpower's [benchmarking test suite](../) comp
|
|
|
|
|
|
## Versions
|
|
|
|
|
|
-Curacao 2.0-M10 (https://github.com/markkolich/curacao)
|
|
|
+Curacao 2.0-M10 https://github.com/markkolich/curacao
|
|
|
|
|
|
## Tests
|
|
|
|
|
@@ -12,13 +12,13 @@ Curacao 2.0-M10 (https://github.com/markkolich/curacao)
|
|
|
|
|
|
Uses [Google's GSON](https://code.google.com/p/google-gson/) under-the-hood.
|
|
|
|
|
|
-See the `json` method in (src/benchmark/Benchmarks.java)
|
|
|
+See the `json` method in [Benchmarks.java](src/main/java/benchmark/Benchmarks.java)
|
|
|
|
|
|
http://localhost:8080/json
|
|
|
|
|
|
### Plaintext
|
|
|
|
|
|
-See the `plainText` method in (src/benchmark/Benchmarks.java)
|
|
|
+See the `plainText` method in [Benchmarks.java](src/main/java/benchmark/Benchmarks.java)
|
|
|
|
|
|
http://localhost:8080/plaintext
|
|
|
|