From 68d01c72cb386db9c9236591c52b3862d12ad375 Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Thu, 5 Dec 2024 09:54:25 +0100 Subject: [PATCH] Lower test_memory_smoothing threshold --- tests/ert/performance_tests/test_memory_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ert/performance_tests/test_memory_usage.py b/tests/ert/performance_tests/test_memory_usage.py index 68a04ea8fe9..7ca6cb8e0f5 100644 --- a/tests/ert/performance_tests/test_memory_usage.py +++ b/tests/ert/performance_tests/test_memory_usage.py @@ -69,7 +69,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: