capture boundary in multi, capture message from env
This commit is contained in:
parent
d44887b2b3
commit
bbd0cc0938
@ -89,6 +89,7 @@ ARGS = {
|
|||||||
|
|
||||||
def record(params, results):
|
def record(params, results):
|
||||||
sha = os.environ['OBS_EXTENSION_SHA']
|
sha = os.environ['OBS_EXTENSION_SHA']
|
||||||
|
msg = os.environ.get('OBS_EXTENSION_MSG')
|
||||||
fpath = os.path.join(os.environ['OBS_PERFTEST_DIR'], sha + '.json')
|
fpath = os.path.join(os.environ['OBS_PERFTEST_DIR'], sha + '.json')
|
||||||
if os.path.isfile(fpath):
|
if os.path.isfile(fpath):
|
||||||
tests = json.load(open(fpath, 'r'))
|
tests = json.load(open(fpath, 'r'))
|
||||||
@ -340,5 +341,6 @@ WHERE obs_perftest_{complexity}.cartodb_id = data.cartodb_id
|
|||||||
'geom_complexity': geom_complexity,
|
'geom_complexity': geom_complexity,
|
||||||
'api_method': 'OBS_GetMeasureMeta/OBS_GetMeasureData',
|
'api_method': 'OBS_GetMeasureMeta/OBS_GetMeasureData',
|
||||||
'normalization': normalization,
|
'normalization': normalization,
|
||||||
|
'boundary': boundary,
|
||||||
'geom': geom
|
'geom': geom
|
||||||
}, results)
|
}, results)
|
||||||
|
Loading…
Reference in New Issue
Block a user