fastmcp/tests/experimental
claude[bot] 3529b7199a Increase performance test threshold to 4x and split checks
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>
2025-10-24 23:05:57 +00:00
..
openapi_parser Increase performance test threshold to 4x and split checks 2025-10-24 23:05:57 +00:00
sampling Fallback to a Completions API when Sampling is not available (#1145) 2025-08-21 07:49:29 -04:00
__init__.py Introduce experimental OpenAPI parser with improved performance and maintainability (#1209) 2025-07-21 16:17:36 -04:00
README.md Clean up complexity from PR #1426 (#1435) 2025-08-10 21:55:17 -04:00

Experimental Tests

Each directory in this folder tests a discrete experimental feature. The directory structure within each experiment should approximate the "normal" test directory structure to facilitate moving tests into place once/if the experiment is merged into the main codebase.