test_runner/performance: fix flush for NeonCompare (#3135)

Fix performance tests:
```
AttributeError: 'NeonCompare' object has no attribute 'pageserver_http'
```
This commit is contained in:
Alexander Bayandin
2022-12-16 17:45:38 +00:00
committed by GitHub
parent c86c0c08ef
commit 64775a0a75

View File

@@ -115,7 +115,7 @@ class NeonCompare(PgCompare):
return self._pg_bin
def flush(self):
self.pageserver_http.timeline_checkpoint(self.env.initial_tenant, self.timeline)
self.pageserver_http_client.timeline_checkpoint(self.env.initial_tenant, self.timeline)
self.pageserver_http_client.timeline_gc(self.env.initial_tenant, self.timeline, 0)
def compact(self):