mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 00:50:36 +00:00
tests - fix get_timeline_size signature
This commit is contained in:
@@ -151,7 +151,7 @@ class ZenithBenchmarker:
|
||||
re.MULTILINE)
|
||||
return int(round(float(matches.group(1))))
|
||||
|
||||
def get_timeline_size(repo_dir: str, tenantid: str, timelineid: str):
|
||||
def get_timeline_size(self, repo_dir: str, tenantid: str, timelineid: str):
|
||||
"""
|
||||
Calculate the on-disk size of a timeline
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user