Skip to content

Commit

Permalink
doc: update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Feb 4, 2021
1 parent 6509b85 commit 028bab2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,17 @@ To see the full ranking list, visit [TechEmpower Plaintext Benchmark](https://ww

```powershell
# Machine information
OS : Ubuntu 18.04/x86_64
CPU : 8 Virtual CPUs
OS : Ubuntu 20.04/x86_64
CPU : 8 processors, AMD EPYC 7K62 48-Core Processor
Memory : 16.0 GiB
# Go version and configurations
Go Version : go1.12.9 linux/amd64
GOMAXPROCS=8
# Go version and settings
Go Version : go1.15.7 linux/amd64
GOMAXPROCS : 8
# Netwokr settings
TCP connections : 300
Test duration : 30s
```

#### Echo Server
Expand All @@ -102,13 +106,17 @@ GOMAXPROCS=8

```powershell
# Machine information
OS : macOS Mojave 10.14.6/x86_64
CPU : 4 CPUs
Memory : 8.0 GiB
OS : macOS Catalina 10.15.7/x86_64
CPU : 6-Core Intel Core i7
Memory : 16.0 GiB
# Go version and configurations
Go Version : go version go1.12.9 darwin/amd64
GOMAXPROCS=4
Go Version : go1.15.7 darwin/amd64
GOMAXPROCS : 12
# Netwokr settings
TCP connections : 100
Test duration : 20s
```

#### Echo Server
Expand Down
28 changes: 18 additions & 10 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ Go : go1.14.x linux/amd64

```powershell
# Machine information
OS : Ubuntu 18.04/x86_64
CPU : 8 Virtual CPUs
OS : Ubuntu 20.04/x86_64
CPU : 8 processors, AMD EPYC 7K62 48-Core Processor
Memory : 16.0 GiB
# Go version and configurations
Go Version : go1.12.9 linux/amd64
GOMAXPROCS=8
# Go version and settings
Go Version : go1.15.7 linux/amd64
GOMAXPROCS : 8
# Netwokr settings
TCP connections : 300
Test duration : 30s
```

#### Echo Server
Expand All @@ -101,13 +105,17 @@ GOMAXPROCS=8

```powershell
# Machine information
OS : macOS Mojave 10.14.6/x86_64
CPU : 4 CPUs
Memory : 8.0 GiB
OS : macOS Catalina 10.15.7/x86_64
CPU : 6-Core Intel Core i7
Memory : 16.0 GiB
# Go version and configurations
Go Version : go version go1.12.9 darwin/amd64
GOMAXPROCS=4
Go Version : go1.15.7 darwin/amd64
GOMAXPROCS : 12
# Netwokr settings
TCP connections : 100
Test duration : 20s
```

#### Echo Server
Expand Down

0 comments on commit 028bab2

Please sign in to comment.