Browse Source

fasthttp: updated README.md

Aliaksandr Valialkin 10 years ago
parent
commit
8da9a61572
1 changed files with 9 additions and 11 deletions
  1. 9 11
      frameworks/Go/fasthttp/README.md

+ 9 - 11
frameworks/Go/fasthttp/README.md

@@ -1,16 +1,14 @@
-# Go Benchmarking Test
+# [fasthttp](https://github.com/valyala/fasthttp) (GoLang) Benchmarking Test
 
-This is the go portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
+This is the go portion of a [benchmarking test suite](https://www.techempower.com/benchmarks/) comparing a variety of web development platforms.
 
-### JSON Encoding Test
-* [JSON test source](src/hello/hello.go)
-
-## Versions
-
-* [fasthttp](https://github.com/valyala/fasthttp)
+"Fasthttp is a fast http package for Go."
 
 ## Test URLs
 
-### JSON Encoding Test
-
-http://localhost:8080/json
+    http://localhost:8080/json
+    http://localhost:8080/db
+    http://localhost:8080/queries?queries=[1-500]
+    http://localhost:8080/fortunes
+    http://localhost:8080/updates?queries=[1-500]
+    http://localhost:8080/plaintext