Benchmarks · 10 min read

January 2026 Benchmark Report:
H33 Performance Analysis

Complete benchmark analysis of H33's January 2026 performance: 1.28ms full auth, 50µs session resume, high-throughput auth batch throughput, and more.

1.2M/s
Auth/sec
~50µs
Per Auth
96
CPU Cores
Graviton4
Platform

Our January 2026 benchmark suite represents the most comprehensive performance analysis we've published. Testing was conducted on AWS c8g.metal-48xl instances with AWS Graviton4 (Neoverse V2) processors, measuring production-representative workloads across all authentication modes.

1.28ms
Full Auth
50µs
Session Resume
8.6M/s
Batch Auth
67x
Cache Speedup

Test Infrastructure

Benchmark Environment

Instance: AWS c8g.metal-48xl
CPU: AWS Graviton4 (Neoverse V2, 96 cores)
Memory: 377 GiB DDR5
OS: Amazon Linux 2023
H33 Version: 2.4.0

All benchmarks were run with warm caches where applicable, representing typical production conditions. Cold-start measurements are noted separately.

Full Stack Authentication

Full Stack Auth combines biometric verification, FHE-encrypted matching, ZK proof generation, and optional blockchain attestation into a single call.

Mode Latency Description
Turbo 1.28ms Optimized for speed, full security
Standard 633µs Balanced performance and features
Precision 2.1ms Maximum accuracy, extended checks

Session Management

Session operations show the benefit of our context caching architecture:

Operation Latency Speedup
Session Resume 50µs 4.4x vs Full Auth
Incremental Auth (5% delta) <50µs 4.4x vs Full Auth
Session Validation 12µs 18x vs Full Auth

Proof Operations

ZK proof performance across generation, verification, and caching:

Operation Latency Notes
Proof Generation 1.28ms Dilithium3 signatures
Proof Verification (cold) 2.14ms First verification
Proof Verification (cached) 32µs 67x speedup
Biometric ZK Proof 260µs FHE + ZK combined

Batch Processing

Batch operations demonstrate sub-linear scaling for high-throughput scenarios:

Batch Size Total Latency Per-User
10 users 12µs 1.2µs
100 users 45µs 0.45µs
1,000 users 116µs 0.116µs
10,000 users 890µs 0.089µs

At 1,000 users in 116µs, that's high-throughput authentication on a single node.

Batch ZKP

Batch Size Total Latency vs Sequential
10 proofs 4.2ms 64% faster
100 proofs 35ms 73% faster
1,000 proofs 310ms 77% faster

FHE Operations

Fully Homomorphic Encryption performance for biometric matching:

Operation Latency
Template Encryption 85µs
Encrypted Matching 260µs
Result Decryption 45µs
End-to-End FHE Auth 260µs

Memory and CPU Utilization

Resource consumption under sustained load:

Methodology

All benchmarks follow these principles:

Reproducing These Results

You can reproduce these benchmarks with your own H33 API key:

npm install @h33/benchmark-suite
h33-benchmark --api-key YOUR_KEY --suite full

The benchmark suite includes all tests documented here and outputs comparable metrics for your infrastructure.

Run Your Own Benchmarks

Get an API key and see these performance numbers on your infrastructure.

Get Free API Key

Build With Post-Quantum Security

Enterprise-grade FHE, ZKP, and post-quantum cryptography. One API call. Sub-millisecond latency.

Get Free API Key → Read the Docs
Free tier · 10,000 API calls/month · No credit card required
Verify It Yourself