diff --git a/docs/benchmarks.md b/docs/benchmarks.md index c721df06..602e9a70 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -16,6 +16,14 @@ To see all language frameworks, [Plaintext All Results](https://www.techempower. ![](static/benchmarks/techempower-plaintext-latency.png) +![](static/benchmarks/techempower-json.png) + +![](static/benchmarks/techempower-single-query.png) + +![](static/benchmarks/techempower-multiple-queries.png) + +![](static/benchmarks/techempower-updates.png) + #### Go-Web [go-web-framework-benchmark](https://github.com/smallnest/go-web-framework-benchmark) diff --git a/docs/static/benchmarks/techempower-json.png b/docs/static/benchmarks/techempower-json.png new file mode 100644 index 00000000..4efd35af Binary files /dev/null and b/docs/static/benchmarks/techempower-json.png differ diff --git a/docs/static/benchmarks/techempower-multiple-queries.png b/docs/static/benchmarks/techempower-multiple-queries.png new file mode 100644 index 00000000..90b90a1a Binary files /dev/null and b/docs/static/benchmarks/techempower-multiple-queries.png differ diff --git a/docs/static/benchmarks/techempower-plaintext-latency.png b/docs/static/benchmarks/techempower-plaintext-latency.png index 653329a2..9c984611 100644 Binary files a/docs/static/benchmarks/techempower-plaintext-latency.png and b/docs/static/benchmarks/techempower-plaintext-latency.png differ diff --git a/docs/static/benchmarks/techempower-plaintext.png b/docs/static/benchmarks/techempower-plaintext.png index 9e1714a9..e158d508 100644 Binary files a/docs/static/benchmarks/techempower-plaintext.png and b/docs/static/benchmarks/techempower-plaintext.png differ diff --git a/docs/static/benchmarks/techempower-single-query.png b/docs/static/benchmarks/techempower-single-query.png new file mode 100644 index 00000000..dc3c38c3 Binary files /dev/null and b/docs/static/benchmarks/techempower-single-query.png differ diff --git a/docs/static/benchmarks/techempower-updates.png b/docs/static/benchmarks/techempower-updates.png new file mode 100644 index 00000000..e19144d2 Binary files /dev/null and b/docs/static/benchmarks/techempower-updates.png differ