test_cache
Measure cache performance by timing repeated API calls across test cycles. Optionally clear cache first to compare cold-start and warm-cache response times.
Instructions
Test cache performance with timing comparisons across multiple API calls
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Stock symbol to use for cache testing (default: AAPL) | AAPL |
| test_cycles | No | Number test cycles to run (default: 3) | |
| clear_cache_first | No | Clear cache before testing to measure from cold start (default: false) |