Skip to content

v2.1.3

Choose a tag to compare

@lphkxd lphkxd released this 13 Feb 01:46
· 19 commits to master since this release
e65f767

增加autoSpent方式,简化逻辑压测执行时间测试

$res = RunTime::autoSpent(function () {
#执行业务逻辑
}, 10000000);
输出:当前执行10000000次,用时:500.8毫秒