mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-09-01 12:03:19 +02:00
The test was failing with a 3.36x ratio between legacy and experimental OpenAPI parsers. This change: - Increases threshold from 3.0x to 4.0x to account for CI variability - Splits the performance check to clearly identify which implementation is faster/slower in test output - Maintains the primary goal: both parsers under 100ms (serverless req) Co-authored-by: William Easton <strawgate@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_comprehensive.py | ||
| test_deepobject_style.py | ||
| test_end_to_end_compatibility.py | ||
| test_openapi_features.py | ||
| test_openapi_performance.py | ||
| test_parameter_collisions.py | ||
| test_performance_comparison.py | ||
| test_server.py | ||