Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 382de92

Browse files
committed
Update the swoole benchmark file
1 parent e966ab9 commit 382de92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/网络模块/压测server(一).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ while (1)
2626

2727
这是一个单进程单线程的同步`Server`。代码很简单,接收客户端的连接、接收客户端发来的数据,发送数据给客户端。
2828

29-
然后,我们使用`Swoole`提供的压测脚本来进行压测,在`swoole-src/benchmark/`下的`main.php`文件。我们先启动我们的服务器:
29+
然后,我们使用`Swoole`提供的压测脚本来进行压测,在`swoole/benchmark/`下的[main.php](https://github.com/swoole/benchmark/blob/master/main.php)文件。我们先启动我们的服务器:
3030

3131
```php
3232
~/codeDir/cppCode/study # php test.php

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /