Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <chi@neon.tech>
  • Loading branch information
skyzh committed Jun 24, 2024
1 parent 4a42567 commit edb2da0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_runner/performance/test_gc_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def test_gc_feedback(neon_env_builder: NeonEnvBuilder, zenbenchmark: NeonBenchma
)

client.timeline_compact(tenant_id, timeline_id, enhanced_gc_bottom_most_compaction=True)
tline_detail = client.timeline_detail(tenant_id, timeline_id)
logical_size = tline_detail["current_logical_size"]
physical_size = tline_detail["current_physical_size"]

max_num_of_deltas_above_image = 0
max_total_num_of_deltas = 0
Expand Down

0 comments on commit edb2da0

Please sign in to comment.