This commit is contained in:
yanweidong 2024-12-06 17:16:42 +08:00
parent c98f9cefcb
commit 8ceee9659b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import http from 'k6/http';
export let options = {
vus: 10, // 指定要同时运行的虚拟用户数量
duration: '10s', // 指定测试运行的总持续时间
summaryTrendStats: ['avg', 'min', 'med', 'max', 'p(90)','p(95)', 'p(99)']
};
// default 默认函数
export default function () {