Skip to main content

Cloud PDP Benchmarks

Reference latency and throughput measurements for the Permit Cloud PDP, the managed policy decision point (PDP) that Permit runs. Use these figures to estimate the server-side processing time of permission checks when you choose between the Cloud PDP and an Edge PDP.

Methodology

  • Date: October 2025.
  • Region: AWS us-east-2 (Cloud PDP).
  • Duration: each scenario ran for a 10-minute window.
  • Latency: taken from the PDP's own server-side metrics. The figures are the time the PDP spends processing each authorization request. They don't include the network round trip between your client and the PDP, so latency in your application is higher and depends on network proximity and payload size.
  • Throughput: the request rate observed during each run. Throughput figures are not a measured maximum capacity.
  • Reading the tables: each metric is sampled repeatedly across the run. The Avg, Min, and Max columns report the mean, lowest, and highest of those samples over the window.
  • Policy models: role-based access control (RBAC) and relationship-based access control (ReBAC). The ReBAC scenarios check access through a chain of 1 to 3 parent relationships, shown under each heading.

RBAC

RBAC with single concurrency

MetricAvgMinMax
Throughput5.80 req/s5.60 req/s6.00 req/s
Average latency8.17 ms7.12 ms9.80 ms
Min latency6.24 ms5.90 ms6.65 ms
Max latency34.12 ms7.96 ms89.57 ms
P507.24 ms7.11 ms7.45 ms
P757.61 ms7.34 ms7.93 ms
P908.50 ms7.57 ms13.64 ms
P9511.35 ms7.81 ms23.47 ms
P9920.14 ms7.93 ms50.17 ms

RBAC with 10 concurrent requests

MetricAvgMinMax
Throughput56.5 req/s54.6 req/s57.3 req/s
Average latency7.80 ms6.23 ms14.8 ms
Min latency4.82 ms4.64 ms5.1 ms
Max latency53.65 ms13.13 ms97.0 ms
P506.43 ms6.00 ms9.9 ms
P757.82 ms6.58 ms19.8 ms
P9010.78 ms7.22 ms33.0 ms
P9514.16 ms7.81 ms43.6 ms
P9929.94 ms10.00 ms56.8 ms

ReBAC

ReBAC depth 1 with single concurrency

Relationship chain: Folder → File

MetricAvgMinMax
Throughput5.43 req/s5.20 req/s5.60 req/s
Average latency9.87 ms8.90 ms12.20 ms
Min latency8.04 ms7.35 ms8.50 ms
Max latency28.34 ms10.13 ms63.80 ms
P509.05 ms8.70 ms9.50 ms
P759.59 ms9.12 ms12.40 ms
P9010.81 ms9.26 ms16.90 ms
P9513.32 ms9.55 ms23.10 ms
P9917.84 ms10.00 ms45.70 ms

ReBAC depth 1 with 10 concurrent requests

Relationship chain: Folder → File

MetricAvgMinMax
Throughput54.7 req/s51.7 req/s56.2 req/s
Average latency11.3 ms9.07 ms18.2 ms
Min latency6.5 ms5.90 ms7.8 ms
Max latency63.9 ms21.22 ms258.5 ms
P509.5 ms8.57 ms14.5 ms
P7511.7 ms9.40 ms22.8 ms
P9015.9 ms10.81 ms33.5 ms
P9520.1 ms12.05 ms43.0 ms
P9940.0 ms13.43 ms153.2 ms

RBAC and ReBAC depth 1 include single-concurrency results as a baseline. ReBAC depth 2 and depth 3 report only the 10-concurrent-request scenario.

ReBAC depth 2 with 10 concurrent requests

Relationship chain: Drive → Folder → File

MetricAvgMinMax
Throughput54.5 req/s51.2 req/s56.3 req/s
Average latency13.3 ms10.8 ms21.2 ms
Min latency7.2 ms6.7 ms8.1 ms
Max latency71.0 ms31.7 ms103.0 ms
P5010.9 ms10.0 ms15.7 ms
P7513.7 ms11.2 ms25.8 ms
P9019.1 ms13.6 ms40.4 ms
P9526.1 ms15.2 ms50.2 ms
P9947.5 ms18.6 ms68.4 ms

ReBAC depth 3 with 10 concurrent requests

Relationship chain: Drive → Folder → File → Comment

MetricAvgMinMax
Throughput53.6 req/s48.8 req/s55.0 req/s
Average latency14.5 ms11.8 ms20.6 ms
Min latency8.0 ms7.2 ms9.2 ms
Max latency71.1 ms21.6 ms125.8 ms
P5012.0 ms10.8 ms16.4 ms
P7515.1 ms12.2 ms25.8 ms
P9020.5 ms15.0 ms36.8 ms
P9526.7 ms16.4 ms45.0 ms
P9948.6 ms18.9 ms73.9 ms

Key results

  • Median latency: the average P50 latency is 12 ms or lower in every scenario.
  • Relationship depth: at 10 concurrent requests, going from ReBAC depth 1 to depth 3 raises average latency from 11.3 ms to 14.5 ms, about 3 ms.
  • Tail latency: the average P99 latency is under 50 ms in every scenario.
Network latency is not included

These benchmarks measure the PDP's server-side processing time. Latency in your application adds the network round trip between your client and the Cloud PDP, and depends on network proximity, payload size, and policy complexity. To remove that round trip, run an Edge PDP next to your application.