From 1df6816fbd881d0372acdcb1840360e7ff1026f0 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Fri, 10 Apr 2026 10:48:42 -0400 Subject: [PATCH] chore(infra): add langchain to codspeed (#36650) add langchain to codspeed --- .github/scripts/check_diff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index 65cd39e3b5b..04ec627eb2a 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -282,6 +282,8 @@ if __name__ == "__main__": if file.startswith("libs/core"): dirs_to_run["codspeed"].add("libs/core") + if file.startswith("libs/langchain_v1"): + dirs_to_run["codspeed"].add("libs/langchain_v1") if any(file.startswith(dir_) for dir_ in LANGCHAIN_DIRS): # add that dir and all dirs after in LANGCHAIN_DIRS # for extended testing