# performance_test_sample **Repository Path**: cedaoshi/performance_test_sample ## Basic Information - **Project Name**: performance_test_sample - **Description**: 性能测试框架 locust的介绍和基本使用 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-25 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### locust基本介绍和使用 ``` # 快速以分布式方式启动 ( 单台机器启动时建议worker的数量不超过CPU核心数 ) docker-compose up --scale worker=4 ```