运行时间 : 11.536601s [ 吞吐率:0.09req/s ] 内存消耗:1,571.20kb 文件加载:162
具体试的步骤
先安装tp6
composer create-project topthink/think tp
然后
cd tp
php think run
看trace 200多吞吐率
然后 ctrl+c
composer require topthink/think-swoole
php think swoole
查看就得开始的参数 其它其它配置没有设置过 只设置了 trace显示
是性能问题还是统计分析出错了? 运行环境是 macosx 10.14.6 php7.3 swoole 4.4.6
最佳答案
