fix test
This commit is contained in:
parent
c9d3642e6a
commit
ae85ea26a1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue