From 4721f68fd882b3a4d523feb7859931884b2d4997 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 23 Apr 2020 19:51:08 +0800 Subject: [PATCH] add performance testing result --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a37ddae1d..98796c68f 100644 --- a/README.MD +++ b/README.MD @@ -39,14 +39,14 @@ golang version >= 1.13 Here's the most popular Golang frameworks and libraries performance testing result in `WEB Server`. Performance testing cases source codes are hosted at: https://github.com/gogf/gf-performance -Environment: +## Environment OS : Ubuntu 18.04 amd64 CPU : AMD A8-6600K x 4 MEM : 32GB GO : v1.13.4 -Testing tool +## Testing Tool `ab`: Apache HTTP server benchmarking tool.