Skip to content

Commit

Permalink
Do not require a compile config to have a "manifest" option. (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently authored Jan 6, 2022
1 parent f9327fe commit 06d7b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperformance/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def getboolean(section, key, default):

# [run_benchmark]
conf.system_tune = getboolean('run_benchmark', 'system_tune', True)
conf.manifest = getfile('run_benchmark', 'manifest')
conf.manifest = getfile('run_benchmark', 'manifest', default='')
conf.benchmarks = getstr('run_benchmark', 'benchmarks', default='')
conf.affinity = getstr('run_benchmark', 'affinity', default='')
conf.upload = getboolean('run_benchmark', 'upload', False)
Expand Down

0 comments on commit 06d7b3f

Please sign in to comment.