alex icon indicating copy to clipboard operation
alex copied to clipboard

http benchmark web app based on vegeta & boom

Results 5 alex issues
Sort by recently updated
recently updated
newest added

angelandy@angelandy-PC:~$ go get github.com/ireaderlab/alex # github.com/ireaderlab/alex /media/angelandy/4f95d6b7-a5ba-4a10-9232-6017dcced1d8/angelandy/go/src/github.com/ireaderlab/alex/vegeta.go:453:35: not enough arguments in call to attacker.Attack have (vegeta.Targeter, uint64, time.Duration) want (vegeta.Targeter, vegeta.Pacer, time.Duration, string)

处理多级域名情况

→ go build # github.com/ireaderlab/alex ./vegeta.go:453:35: not enough arguments in call to attacker.Attack have (vegeta.Targeter, uint64, time.Duration) want (vegeta.Targeter, uint64, time.Duration, string) → go version go version go1.9.2 darwin/amd64

我测试了一个接口,一开始从100、200、300这样一直到5000 但是压了一段时间Current Concurrency 就一直停留在某一个数,请问这个是什么原因,因为我使用的默认值,每次持续5s,前几天测试的都能一直走完,这几天不行了老是卡死; 而且用下来发现,整个测试过程会很慢,不知道为什么?测试中间产生的原始log能重定向到文件吗