System Scalability
This document explains how we audit the systems scalability.
Architecture
Dock's SaaS systems are engineered for scalability using tools from Amazon AWS and MongoDB Atlas.
Service Level Agreements
Our contractual SLAs are listed in our MSA.
API Performance Benchmarks
We regularly test our platform to ensure we can meet our performance benchmarks. Verifiable credential implementations are unique for every project. It is configured with a different number of DIDs, ecosystems, different types and numbers of VCs. Those different combinations may affect the application performances differently and are tested separately.
Creating DID
Throughput: Maximum of 90 requests/second, average of 75 requests/second
Response Times:
Average: 200 ms
95% Percentile: 300 ms
Maximum: 3000 ms
Issue non anonymous credential
Throughput: Maximum of 90 requests/second, average of 70 requests/second
Response Times:
Average: 110 ms
95% Percentile: 140 ms
Maximum: 1200 ms
Issue anonymous credential
Throughput: Maximum of 30 requests/second, average of 20 requests/second
Response Times:
Average: 3 seconds
95% Percentile: 6 seconds
Maximum: 23 seconds
Verify credential
Throughput: Maximum of 80 requests/second, average of 70 requests/second
Response Times:
Average: 240 ms
95% Percentile: 260 ms
Maximum: 1240 ms
95% Percentile Response Time: Indicates that 95% of the requests were served within this time.
Last updated