0
我是locust
的新手,我知道它對json
格式的http
請求有很好的支持。如何以protobuf格式發送http請求蝗蟲
我們希望與pb
格式執行上http api
壓力測試,但是,如何在protobuf
格式由locust
發送http
請求(而不是,jmeter
支持pb
格式)。
這和上傳文件一樣嗎?
files = {
'image': open('sample.jpg', 'rb'),
}
r = requests.post('http://localhost:5000/', files=files)