package
Version:
v0.2.7
Opens a new window with list of versions in this module.
Published: Aug 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Report 是报表核心数据结构
NewReport is a report initialization function
Init 初始化报表模块, 后台会起一个统计go程
func (r *Report) Process(work chan struct{})
Process 负责构造压测http 链接和统计压测元数据
type SubTasker interface {
Init()
Process(chan struct{})
Cancel()
WaitAll()
}
SubTasker 是task模块的核心接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.