Skip to content

Instantly share code, notes, and snippets.

@hamiltont
Created August 7, 2014 21:03
Show Gist options
  • Save hamiltont/205da0615b11e2fe7ab1 to your computer and use it in GitHub Desktop.
Save hamiltont/205da0615b11e2fe7ab1 to your computer and use it in GitHub Desktop.
if benchmarker is None:
default_config = setup_util.get_fwroot() + "/benchmark.cfg.example"
config = ConfigParser.SafeConfigParser()
config.read(default_config)
defaults = dict(config.items("Defaults"))
benchmarker = Benchmarker(defaults)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment