Logo
Explore Help
Sign In
senaduka/old-vegeta
1
0
Fork 0
You've already forked old-vegeta
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f689362188365f2416be38dde77e8dd50cfab23f
old-vegeta/lib/reporter.go

12 lines
168 B
Go
Raw Normal View History

TimingsPlotReporter
2013-08-17 19:52:29 +02:00
package vegeta
import (
"io"
)
// Reporter represents any reporter of the results of the test
type Reporter interface {
Report(io.Writer) error
Decouple Reporters from Attack function This changeset breaks the API of Attack in order to decouple Reporters and the Attack function. Attack now returns a slice with non-deterministic order of Results which one can use on the calling code with or without Reporters, hence making it much more useful on a library usage setting. These developments could be of interest to issue #11 which was closed in the past.
2013-09-09 01:49:57 +01:00
Add(res *Result)
TimingsPlotReporter
2013-08-17 19:52:29 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 412ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API