Skip to main content

Performance Benchmarks

ABSCORE™ is engineered for Zero-Latency Governance. By utilizing a Rust-based Kernel compiled to WebAssembly (WASM), we achieve sub-millisecond policy evaluation, making it suitable for high-frequency agentic systems.

Key Metrics

ComponentMetricTargetResult (p99)
Kernel WASMPolicy Evaluation< 5ms1.2ms
Magic ProxyRequest Overhead< 20ms8.4ms
Total PipelineEnd-to-End Latency< 50ms32.0ms
[!NOTE] Tests conducted using a sustained load of 100 requests/sec on Cloudflare Edge nodes.

High-Resolution Trace

Every decision logged by ABSCORE™ includes high-resolution telemetry. The following trace shows a typical authorization cycle:

Testing Protocol

We use Artillery for sustained load testing and Vitest for unit-level latency tracking within the WASM sandbox.

1. Kernel Stress Test

We evaluate 50+ complex regex policies against 1KB payloads.
  • Concurrent Users: 500
  • Duration: 60 seconds
  • Success Rate: 100.0%

2. Edge Overhead

The Magic Proxy adds minimal overhead to standard LLM calls. In most cases, the governance latency is smaller than the network jitter of the LLM provider (OpenAI/Gemini).
🛡️ ABS CORE Pro Tip: Use X-ABS-Shadow-Mode: true to measure performance impact in your environment before enabling strict blocking.