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

Function benchmark_config

tests/conftest.py:312–318  ·  view source on GitHub ↗

Configuration for performance benchmarking.

()

Source from the content-addressed store, hash-verified

310
311@pytest.fixture
312def benchmark_config():
313 """Configuration for performance benchmarking."""
314 return {
315 "warmup_runs": 1,
316 "test_runs": 3,
317 "timeout": 60,
318 }
319
320
321@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected