Your code,
measurably better.
Track function performance across every commit. When you find something slow, let ACENLY rewrite it algorithmically — and prove it works.
Benchmark Tool
Track exactly how fast your functions run across every commit. Catch regressions before they reach production.
- Precise statistical timing (50 trials, trimmed)
- Git hook integration — blocks slow pushes
- History tracking across commits
- Zero dependencies beyond PyYAML
Optimizer
When the benchmark finds something slow, ACENLY rewrites it algorithmically — O(n²) to O(n), no guessing.
- LLM-powered algorithmic rewriting
- Evolution engine — tests dozens of candidates
- Correctness-verified against your test cases
- Pure output — no new dependencies
Start by measuring. Optimize when it matters. Every step is verifiable.
Track
Define functions to watch in acenly.yml. The benchmark agent runs on every push and records precise timings.
Find
Browse history in the dashboard. See which functions slowed down, by how much, and in which commit.
Optimize
Flag a slow function. The optimizer rewrites it algorithmically, benchmarks all candidates, and returns the fastest one — verified correct.
Real output from your functions. No synthetic benchmarks.