Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
219
func
(r *Runner) Stats() []Stats {
220
return
r.stats
221
}
222
223
// Errs returns the runner errors.
224
func
(r *Runner) Errs() []error {
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected