MCPcopy
hub / github.com/elastic/go-elasticsearch / Stats

Method Stats

_benchmarks/benchmarks/runner/runner.go:219–221  ·  view source on GitHub ↗

Stats returns statistics about the run.

()

Source from the content-addressed store, hash-verified

217
218// Stats returns statistics about the run.
219func (r *Runner) Stats() []Stats {
220 return r.stats
221}
222
223// Errs returns the runner errors.
224func (r *Runner) Errs() []error {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected