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