[−][src]Module stdbench::config
Experiment configuration, which is used throughout a run, and mostly defined in an external YAML configuration file (with several exceptions).
Structs
| Collection | Configuration of a tested collection. |
| Config | Stores a full config for benchmark run. |
| Encoding | Index encoding type. |
| TrecWebCollection | This is a collection such as Gov2. |
| WarcCollection | This is a collection such as Gov2. |
| WashingtonPostCollection |
Traits
| CollectionType | Collection type defining parsing command. |
| FromYaml | Implementors are able to parse YAML into their own type. |
| ParseYaml | Extension for |
| YamlExt | Extension for |
Type Definitions
| CollectionMap | Mapping from collection name to a (reference counted pointer to) collection object. |