Add NeonBenchmarker#record_pagebench_results method

This commit is contained in:
Alexander Bayandin
2023-12-20 13:28:57 +00:00
parent 24a911d3f8
commit f41b50f72f
3 changed files with 65 additions and 1 deletions

View File

@@ -120,3 +120,5 @@ def test_getpage_throughput(
results = json.load(f)
log.info(f"Results:\n{json.dumps(results, sort_keys=True, indent=2)}")
zenbenchmark.record_pagebench_results("get-page-latest-lsn", results)