MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / performance_tracker

Function performance_tracker

tests/conftest.py:322–329  ·  view source on GitHub ↗

Track performance metrics across tests.

()

Source from the content-addressed store, hash-verified

320
321@pytest.fixture
322def performance_tracker():
323 """Track performance metrics across tests."""
324 metrics = {
325 "execution_times": [],
326 "token_usage": [],
327 "api_calls": [],
328 }
329 return metrics
330
331
332# ============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected