Skip to content

Commit

Permalink
doc: renew benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jul 23, 2021
1 parent bc618a4 commit 21f55a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 68 deletions.
37 changes: 3 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,49 +83,18 @@ To see the full ranking list, visit [TechEmpower Plaintext Benchmark](https://ww
Memory : 16.0 GiB
# Go version and settings
Go Version : go1.15.7 linux/amd64
Go Version : go1.16.5 linux/amd64
GOMAXPROCS : 8
# Netwokr settings
TCP connections : 300
Test duration : 30s
TCP connections : 500/1000/5000/10000
Test duration : 15s
```

#### Echo Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/echo_linux.png)

#### HTTP Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/http_linux.png)

## On FreeBSD (kqueue)

### Test Environment

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

#### Echo Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/echo_mac.png)

#### HTTP Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/http_mac.png)

# 🏛 Website

Please visit the [official website](https://gnet.host/blog/presenting-gnet/) for more details about architecture, usage and other information of `gnet`.
Expand Down
37 changes: 3 additions & 34 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,49 +82,18 @@ Go : go1.14.x linux/amd64
Memory : 16.0 GiB
# Go version and settings
Go Version : go1.15.7 linux/amd64
Go Version : go1.16.5 linux/amd64
GOMAXPROCS : 8
# Netwokr settings
TCP connections : 300
Test duration : 30s
TCP connections : 500/1000/5000/10000
Test duration : 15s
```

#### Echo Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/echo_linux.png)

#### HTTP Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/http_linux.png)

## FreeBSD (kqueue)

### 系统参数

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

#### Echo Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/echo_mac.png)

#### HTTP Server

![](https://github.com/panjf2000/gnet_benchmarks/raw/master/results/http_mac.png)

# 🏛 官网

关于 `gnet` 的架构设计、使用方法以及其他更多的信息和细节,请访问[官网](https://gnet.host/blog/presenting-gnet-cn/)
Expand Down

0 comments on commit 21f55a6

Please sign in to comment.