09 2020 档案

 
go:go结合python的locust,进行http性能测试
摘要:本文是go语言和python的locust结合起来,短时间内对http进行性能测试,产生大量负载(其实就是一个负载生成器) 前提: go version >go1.14.6 python >3.7.0 locust >0.14.6 工具boomer:github.com/myzhan/boomer 阅读全文
posted @ 2020-09-03 19:48 _titleInfo 阅读(1204) 评论(0) 推荐(0) 编辑
go:int转化为string
摘要:string转成int: int, err := strconv.Atoi(string) string转成int64: int64, err := strconv.ParseInt(string, 10, 64) int转成string: string := strconv.Itoa(int) i 阅读全文
posted @ 2020-09-02 10:04 _titleInfo 阅读(2124) 评论(0) 推荐(0) 编辑

 

点击右上角即可分享
微信分享提示