pub fn load_config_file(path: &Path) -> Result<ConfigFile, ConfigLoadError>Expand description
Loads a perfgate.toml or perfgate.json config file.
Returns ConfigFile::default when the path does not exist.
pub fn load_config_file(path: &Path) -> Result<ConfigFile, ConfigLoadError>Loads a perfgate.toml or perfgate.json config file.
Returns ConfigFile::default when the path does not exist.