|
@@ -4,6 +4,19 @@ This is the Pedestal portion of a [benchmarking test suite](../) comparing a var
|
|
|
|
|
|
## Test URLs
|
|
|
### JSON Encoding Test
|
|
|
+`http://localhost:8080/json`
|
|
|
|
|
|
-http://localhost:8080/json
|
|
|
+### Single Query Test
|
|
|
+`http://localhost:8080/db`
|
|
|
|
|
|
+### Multiple Query Test
|
|
|
+`http://localhost:8080/queries?queries=number`
|
|
|
+
|
|
|
+### Fortune Test
|
|
|
+`http://localhost:8080/fortunes`
|
|
|
+
|
|
|
+### Database Updates
|
|
|
+`http://localhost:8080/updates?queries=number`
|
|
|
+
|
|
|
+### Plaintext
|
|
|
+`http://localhost:8080/plaintext`
|