package
0.2.0
Repository: https://github.com/benchttp/engine.git
Documentation: pkg.go.dev

# Functions

DecoderOf returns the appropriate Decoder for the given Format.
FindFile returns the first name that matches a file path.
No description provided by the author
No description provided by the author
UnmarshalFile parses given filename as a benchttp runner configuration into a runner.Runner and stores the retrieved values into *dst.
UnmarshalJSON parses the JSON-encoded data and stores the result in the benchttp.Runner pointed to by dst.
UnmarshalYAML parses the YAML-encoded data and stores the result in the benchttp.Runner pointed to by dst.

# Constants

No description provided by the author
No description provided by the author

# Variables

DefaultPaths is the default list of paths looked up by FindFile when called without parameters.
ErrFileCircular signals a circular reference in the config file.
ErrFileExt signals an unsupported extension for the config file.
ErrFileNotFound signals a config file not found.
ErrFileParse signals an error parsing a retrieved config file.
ErrFileRead signals an error trying to read a config file.

# Structs

A Builder is used to incrementally build a benchttp.Runner using Set and Write methods.
JSONDecoder implements Decoder.
YAMLDecoder implements Decoder.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author