Performance Metrics

Fast analysis.
No bottlenecks.

Our smart checks skip unnecessary work, keeping your CI fast.

Test Your Speed See How It Works
Fast
Average analysis time
60–70%
Resolved instantly
<5%
False positive rate
Performance Breakdown

Where the time goes
and why we're faster.

Every millisecond counts in CI. Here's how the InterVizion Engine stays fast.

Intelligent Optimization: The engine skips unnecessary checks automatically. Most comparisons resolve in under a second.

Non-AI Analysis: Fast, deterministic structural and visual checks handle the majority of comparisons instantly.

AI-Assisted Analysis: Only triggered for edge cases that need deeper understanding. Runs in parallel for maximum throughput.

Smart early resolution means most tests finish almost instantly.

performance-log.json
{
  "test": "checkout-page",
  "analysis": {
    "engine": "InterVizion",
    "steps_run": 2,
    "ai_required": false
  },
  "total_time": 0.68,
  "status": "PASS",
  "resolved_early": true
}
Benchmarks

What makes us fast.

Smart design decisions that keep your CI pipeline moving.

Feature TestivAI
Analysis speed Fast — skips unnecessary checks
Fast resolution 60–70% of tests resolve instantly
Memory footprint Lightweight — no full rendering needed
Parallel execution Unlimited concurrency
False positive rate <5%
CI integration GitHub Actions, GitLab CI, and more
Live Performance

See performance
in real time.

Our dashboard shows detailed metrics for every test run.

dashboard.testiv.ai / performance / batch-892
Total Tests
342
Avg Time
1.4s
Fastest
0.2s
Slowest
3.9s
PERFORMANCE DISTRIBUTION
0.2s 0.5s 1.0s 2.0s 4.0s
Real-time performance metrics available in dashboard
Optimization Tips

Get the best performance
from your test suite.

Follow these practices to maximize speed and minimize CI time.

01
Use Smart Naming
Group similar pages with consistent naming patterns. This helps the InterVizion Engine learn and optimize.
await testivai.witness(page, testInfo, 'checkout-flow');
02
Set Proper Tolerance
Configure pixel tolerance based on your design system. Tighter tolerance = fewer false alarms.
tolerance: { position: 2, color: 0.02 }
03
Test Key User Flows
Focus on critical paths and high-traffic pages. Don't test every component individually.
checkout, dashboard, profile, settings
Ready for speed?

Fast visual testing
without the noise.

Try it free. See how fast visual testing can be.

Start Free Trial → View Documentation