langchain-ai
langchain
BlogDocsChangelog

fix(core): add tracing callbacks to `RouterRunnable`

#34554
Comparing
yashwanthjack:yashwanthjack/fix-router-runnable-tracing
(
e1eb317
) with
master
(
2ef2388
)
CodSpeed Performance Gauge
-3%
Untouched
13
Skipped
21

Benchmarks

Skipped (21)

test_create_chat_prompt_init_time
libs/partners/prompty/tests/unit_tests/test_standard.py
Skipped
311.9 µs*
test_init_time
libs/partners/anthropic/tests/unit_tests/test_standard.py::TestAnthropicStandard
Skipped
804.1 µs*
test_init_time_with_client
libs/partners/anthropic/tests/unit_tests/test_standard.py
Skipped
2.3 ms*
test_stream_time
libs/partners/anthropic/tests/integration_tests/test_standard.py::TestAnthropicStandard
Skipped
32.1 ms*
test_init_time
libs/partners/perplexity/tests/unit_tests/test_chat_models_standard.py::TestPerplexityStandard
Skipped
1.7 s*
test_init_time
libs/partners/groq/tests/unit_tests/test_standard.py::TestGroqStandard
Skipped
1.6 s*
test_nomic_embeddings_init_time
libs/partners/nomic/tests/unit_tests/test_standard.py
Skipped
1.5 ms*
test_init_time
libs/partners/ollama/tests/unit_tests/test_chat_models.py::TestChatOllama
Skipped
1.6 s*
test_init_time
libs/partners/deepseek/tests/unit_tests/test_chat_models.py::TestChatDeepSeekUnit
Skipped
1.6 s*
test_chroma_init_time
libs/partners/chroma/tests/unit_tests/test_standard.py
Skipped
59.8 ms*
test_init_time
libs/partners/mistralai/tests/unit_tests/test_standard.py::TestMistralStandard
Skipped
9.1 ms*
test_init_time
libs/partners/xai/tests/unit_tests/test_chat_models_standard.py::TestXAIStandard
Skipped
3.3 s*
test_qdrant_vectorstore_init_time
libs/partners/qdrant/tests/unit_tests/test_standard.py
Skipped
224.2 ms*
test_exa_retriever_init_time
libs/partners/exa/tests/unit_tests/test_standard.py
Skipped
314.1 µs*
test_init_time
libs/partners/openai/tests/unit_tests/chat_models/test_responses_standard.py::TestOpenAIResponses
Skipped
12.2 ms*
test_stream_time
libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py::TestOpenAIStandard
Skipped
1.1 s*
test_init_time
libs/partners/openai/tests/unit_tests/chat_models/test_base_standard.py::TestOpenAIStandard
Skipped
12.2 ms*
test_init_time
libs/partners/openai/tests/unit_tests/chat_models/test_azure_standard.py::TestOpenAIStandard
Skipped
1.7 s*
test_stream_time
libs/partners/openai/tests/integration_tests/chat_models/test_responses_standard.py::TestOpenAIStandard
Skipped
1.1 s*
test_stream_time
libs/partners/openai/tests/integration_tests/chat_models/test_responses_standard.py::TestOpenAIResponses
Skipped
808.6 ms*
test_init_time
libs/partners/fireworks/tests/unit_tests/test_standard.py::TestFireworksStandard
Skipped
6.6 s*

Passed

test_async_callbacks_in_sync
libs/core/tests/benchmarks/test_async_callbacks.py
CodSpeed Performance Gauge
+1%
23.8 ms23.5 ms
test_import_time[BaseChatModel]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
0%
549.2 ms551.6 ms
test_import_time[Document]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
189.2 ms191.3 ms
test_import_time[RunnableLambda]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-1%
507.7 ms514.2 ms
test_import_time[tool]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-2%
530.2 ms541.5 ms
test_import_time[CallbackManager]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-2%
473 ms483.5 ms
test_import_time[LangChainTracer]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-3%
450.1 ms463.6 ms
test_import_time[HumanMessage]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-3%
263.8 ms273.1 ms
test_import_time[InMemoryVectorStore]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-3%
607.5 ms629.5 ms
test_import_time[InMemoryRateLimiter]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-4%
174.2 ms180.8 ms
test_import_time[Runnable]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-4%
504.6 ms524.9 ms
test_import_time[PydanticOutputParser]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-5%
544 ms574.4 ms
test_import_time[ChatPromptTemplate]
libs/core/tests/benchmarks/test_imports.py
CodSpeed Performance Gauge
-7%
639.3 ms685 ms

Commits

Click on a commit to change the comparison range
Base
master
2ef2388
+26.15%
fix(core): add tracing callbacks to RouterRunnable
2c369c4
20 days ago
by yashwanthjack
-0.24%
Merge branch 'master' into yashwanthjack/fix-router-runnable-tracing
a90532b
20 days ago
by yashwanthjack
+8.9%
ci: trigger rebuild
0be2741
20 days ago
by yashwanthjack
-4.23%
fix: address review comments - remove redundant self.name, add set_config_context
5a6d7b0
19 days ago
by yashwanthjack
-0.37%
Merge branch 'master' into yashwanthjack/fix-router-runnable-tracing
8fca62a
19 days ago
by yashwanthjack
-24.65%
Merge branch 'master' into yashwanthjack/fix-router-runnable-tracing
72e7a25
16 days ago
by yashwanthjack
-6.98%
ci: retry infrastructure flake
2f30114
10 days ago
by yashwanthjack
-1.3%
Merge branch 'master' into yashwanthjack/fix-router-runnable-tracing
e1eb317
10 days ago
by yashwanthjack
© 2026 CodSpeed Technology
Home Terms Privacy Docs