Browse Source

Update Readme

Zane Kansil 10 years ago
parent
commit
0a7564c95c
1 changed files with 14 additions and 1 deletions
  1. 14 1
      frameworks/Clojure/pedestal/README.md

+ 14 - 1
frameworks/Clojure/pedestal/README.md

@@ -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`