摘要: from locust import TaskSet, task, HttpLocustimport queueclass UserBehavior(TaskSet): @task def test_register(self): try: # get_nowait() 取不到数据直接崩溃;get( 阅读全文
posted @ 2018-08-30 23:33 backlightズ 阅读(2980) 评论(0) 推荐(0) 编辑
摘要: from locust import TaskSet, task, HttpLocustimport queueclass UserBehavior(TaskSet): @task def test_register(self): try: # get_nowait() 取不到数据直接崩溃;get( 阅读全文
posted @ 2018-08-30 23:30 backlightズ 阅读(472) 评论(0) 推荐(0) 编辑