Skip to content

this is a concurrent stress testing framework

Notifications You must be signed in to change notification settings

yinzhongyu/yload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yload

《GO语言并发编程第二版》第四章实战!

yload是一个并发的载荷发生器,它可以在指定时间内向被测软件发送指定量的载荷,并记录统计返回的结果。

yload实现了主流压力测试软件的核心功能,发生器中调用器由使用者给定,提高了可扩展性,可用于测试软件和接口的性能。

使用方法

1.下载安装。

2.根据所需测试的接口属性,实现lib包中调用器caller接口,即可直接开启发生器进行测试。

ps:在testhelper包中有一个简单的运用示例。

About

this is a concurrent stress testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages