测试速度问题 #779
Closed
WeimengLiu
started this conversation in
General
测试速度问题
#779
Replies: 2 comments
-
这里只处理了404的情况,是因为404是可以确认该接口是一定不存在,无法进行测速的。但对于非404状态的接口,是有可能存在能访问的情况,基于这种情况,所以这里没有覆盖所有的状态码类型。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
已修改只处理200状态码接口 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
现在结果文件中很错url访问都是401,但是查询sort.log文件发现,这些URL都有延迟和测试速度,有点匪夷所思,翻了下代码,这里只判断404是不是有问题
Beta Was this translation helpful? Give feedback.
All reactions