|
@@ -0,0 +1,23 @@
|
|
|
+# Suave Benchmarking Test
|
|
|
+
|
|
|
+Suave is a full async stand alone web server developed in F#
|
|
|
+
|
|
|
+### Test Type Implementation Source Code
|
|
|
+
|
|
|
+* [JSON](src/App/App.fs)
|
|
|
+* [PLAINTEXT](src/App/App.fs)
|
|
|
+
|
|
|
+## Important Libraries
|
|
|
+The tests were run with:
|
|
|
+* [Suave](https://suave.io/)
|
|
|
+
|
|
|
+## Test URLs
|
|
|
+### JSON
|
|
|
+
|
|
|
+http://localhost:8080/json
|
|
|
+
|
|
|
+### PLAINTEXT
|
|
|
+
|
|
|
+http://localhost:8080/plaintext
|
|
|
+
|
|
|
+
|