From c64d078e91c147261bfc9a864aa1900185b41f11 Mon Sep 17 00:00:00 2001 From: Jan Fiedler Date: Fri, 8 Nov 2024 13:09:40 -0800 Subject: [PATCH] add memray to integrations/index Signed-off-by: Jan Fiedler --- docs/integrations/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/index.md b/docs/integrations/index.md index 7d48d1531..0a3f19f68 100644 --- a/docs/integrations/index.md +++ b/docs/integrations/index.md @@ -26,6 +26,8 @@ Flytekit functionality. For comparison, these plugins can be thought of like - Run analytical queries using DuckDB. * - {doc}`Great Expectations ` - Validate data with `great_expectations`. +* - {doc}`Memray ` + - `memray`: Memory profiling with memray. * - {doc}`MLFlow ` - `mlflow`: the open standard for model tracking. * - {doc}`Modin `