mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 19:40:39 +00:00
Fix
This commit is contained in:
@@ -15,7 +15,7 @@ def test_get_page(zenith_simple_env: ZenithEnv, zenbenchmark: ZenithBenchmarker)
|
||||
cur.execute('create table t (i integer);')
|
||||
cur.execute('insert into t values (0);')
|
||||
|
||||
for i in range(10000):
|
||||
for i in range(100):
|
||||
cur.execute(f'update t set i = {i};')
|
||||
|
||||
cur.execute("select * from t;")
|
||||
|
||||
Reference in New Issue
Block a user