安装pip3 install locust编写测试文件# locustfile.pyfrom locust import HttpUser, taskclass HelloWorldUser(HttpUser): @task def hello_world(self): s
pysql 默认非自动提交pymysql在连接数据库的,参数autocommit默认为Falseconnection=pymysql.connect(host=host,user=username,password=password,database=database,charset=charset