Everett Pompeii

Results 173 issues of Everett Pompeii

Currently, `bencher mock` only generates random output. This is great for its original use case, demonstrations. However, since we have started dogfooding `bencher mock` in our smoke tests it has...

Add a basic [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server to the `bencher` CLI. ```bash bencher mcp ``` This would allow for very easy integration: ```json { "mcpServers": { "weather": { "command":...

For some users, measuring throughput is more important than measuring latency. Add capturing the throughput measure to [the `pytest-benchmark` adapter](https://bencher.dev/docs/explanation/adapters/#-python-pytest).

adapter