This commit is contained in:
yangdsh 2020-05-25 16:28:20 +00:00 committed by Dana Van Aken
parent c9d3642e6a
commit ae85ea26a1
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ def task_status_ui_test():
def simulate_db_run(i, next_conf):
# Using 1 knob to decide performance; simple but effective
gain = int(next_conf['effective_cache_size'].replace('kB', ''))
gain = int(next_conf['effective_cache_size'].replace('MB', '000').replace('kB', ''))
with open('./integrationTests/data/x__metrics_after.json', 'r') as fin:
metrics_after = json.load(fin)