Skip to content

Commit

Permalink
share_v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phpcode123 committed Nov 9, 2023
1 parent 41cb62c commit 6222520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
* 使用Swoole+Hyperf做API接口,按3500QPS算,24小时就是3亿,性能强悍。


## 视图性能测试
## 性能测试

* 程序VIEW视图性能测试对比 (模板引擎均为ThinkTemplate)
* 程序API接口性能测试对比(随机从数据库读取20条数据,数据样本20W)



1、VIEW视图性能对比(只是简单的展示视图,以及简单的请求数据库)
### VIEW视图性能对比(只是简单的展示视图,以及简单的请求数据库)
~~~
## Swoole+Hyperf

Expand Down Expand Up @@ -115,7 +115,7 @@ Percentage of the requests served within a certain time (ms)
## CPU占用几乎100%
~~~

## API接口性能测试
### API接口性能测试
1、数库表结构
2、API部分代码
3、性能测试结果
Expand Down

0 comments on commit 6222520

Please sign in to comment.