Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 456 Bytes

feature_test.md

File metadata and controls

27 lines (22 loc) · 456 Bytes

#特性测试

测试脚本 测试目的
test_resource检测swoole的全局资源常驻性
test_stand_alone检测worker的全局资源独立性
test_grab检测worker的不可抢占性

##运行

  • 启动 php {$script_name} &

  • 关闭 kill -15 {$pid}

Written with StackEdit.