This commit is contained in:
Bojan Serafimov
2022-04-11 21:50:50 -04:00
parent d614291c44
commit fbc4206f2d
7 changed files with 116 additions and 240 deletions

View File

@@ -18,7 +18,7 @@ def test_get_page(zenith_simple_env: ZenithEnv,
with closing(pg.connect()) as conn:
with conn.cursor() as cur:
workload = "pgbench long"
workload = "pgbench"
print(f"Running workload {workload}")
if workload == "hot page":