mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
Simplify
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user