adamr.io
Dev

kassandra

Writeup
Kassandra: An AI Performance Testing Agent for Merge Requests
Stack
Python, GitLab Duo Workflow, Grafana k6
Venue
GitLab AI Hackathon ยท 2026
Recognition
GitLab AI Hackathon 2026
Links
Source

kassandra performance report posted to a GitLab MR

Mention @ai-kassandra-performance-test on a GitLab MR. The agent reads the diff to find new or changed endpoints, retrieves relevant schemas via OpenAPI GraphRAG (~95% input token reduction), scans for performance anti-patterns (N+1 queries, unbounded SELECTs, missing pagination), generates a k6 script with per-endpoint SLO thresholds, runs it against the live app, and posts a performance report with Mermaid charts as an MR comment. One AGENTS.md config per project, no CI YAML changes. Built on the GitLab Duo Workflow Platform for the GitLab AI Hackathon 2026.