Skip to content

Commit

Permalink
Make a test less timing/node state-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 5, 2025
1 parent f128015 commit 34c402c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/node_memory_footprint_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ fn test_get_node_memory_footprint() {
assert!(footprint.breakdown.metadata_store >= 1);
assert!(footprint.breakdown.code >= 1);

assert!(footprint.breakdown.binary_heap_percentage() >= 0.1);
assert!(footprint.breakdown.allocated_but_unused_percentage() >= 0.1);

let regex = Regex::new(r"\d+\.\d+%").unwrap();

let metadata_store_percentage_s = footprint.breakdown.metadata_store_percentage_as_text();
Expand Down

0 comments on commit 34c402c

Please sign in to comment.