Skip to content

Commit

Permalink
Lower test_memory_smoothing threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Dec 11, 2024
1 parent cc8c1d7 commit 1e345eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/performance_tests/test_memory_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_memory_smoothing(poly_template):
)

stats = memray._memray.compute_statistics(str(poly_template / "memray.bin"))
assert stats.peak_memory_allocated < 1024**2 * 450
assert stats.peak_memory_allocated < 1024**2 * 300


def fill_storage_with_data(poly_template: Path, ert_config: ErtConfig) -> None:
Expand Down

0 comments on commit 1e345eb

Please sign in to comment.