mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Adjust benchmark code to Ids
This commit is contained in:
committed by
Kirill Bulatov
parent
2db20e5587
commit
827c3013bd
@@ -112,10 +112,10 @@ class NeonCompare(PgCompare):
|
||||
return self._pg_bin
|
||||
|
||||
def flush(self):
|
||||
self.pscur.execute(f"do_gc {self.env.initial_tenant.hex} {self.timeline} 0")
|
||||
self.pscur.execute(f"do_gc {self.env.initial_tenant} {self.timeline} 0")
|
||||
|
||||
def compact(self):
|
||||
self.pscur.execute(f"compact {self.env.initial_tenant.hex} {self.timeline}")
|
||||
self.pscur.execute(f"compact {self.env.initial_tenant} {self.timeline}")
|
||||
|
||||
def report_peak_memory_use(self) -> None:
|
||||
self.zenbenchmark.record(
|
||||
|
||||
Reference in New Issue
Block a user