Skip to main content
Glama
README.md1.15 kB
# Performance Testing This directory contains the configuration for performance and load testing the Tally MCP server using [Artillery](https://artillery.io/). ## Setup 1. **Install Dependencies:** Ensure you have the necessary development dependencies installed: ```bash npm install ``` 2. **Start the Server:** Before running any tests, you must have the local development server running. ```bash npm run dev ``` ## Running Tests ### Standard Performance Test This test runs a moderate load against the server to check for baseline performance and capture metrics. ```bash npm run test:performance ``` This is an alias for: `npx artillery run performance/artillery.yml` ### Stress Test This test simulates a high number of concurrent users to check the server's stability under heavy load. ```bash npm run test:stress ``` This is an alias for: `npx artillery run performance/stress-test.yml` ## Understanding the Output The tests will output a summary of the results to the console, including: - Requests per second - Response times (min, max, median, p95, p99) - HTTP status codes - Any errors encountered

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/learnwithcc/tally-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server