Skip to content

Latest commit

 

History

History
86 lines (72 loc) · 3.6 KB

PERFORMANCE.md

File metadata and controls

86 lines (72 loc) · 3.6 KB

Performance Tests

Tests in KlipLoadIT.kt.

Fargate CPU and Memory Combinations

Test Concurrency Total Requests Nodes CPU Memory (MiB) Avg Response Time Min Response Time Max Response Time
Single Node - XS 2 500 1 1024 2048 200 ms 83 ms 2591 ms
Single Node - S 10 1000 1 1024 2048 285 ms 86 ms 2162 ms
Two Node - M 100 1000 2 1024 2048 1433 ms 120 ms 1917 ms
Two Node - L 250 2500 2 1024 2048 3311 ms 179 ms 2229 ms
Two Node - XL 400 5000 2 1024 2048 4579 ms 286 ms 3559 ms

Histogram of Response Times

Single Node - XS

Range (ms) # Requests
0-99 28
100-199 289
200-299 127
300-399 38
400-499 14
500-599 2
2400-2499 1
2500-2599 1

Single Node - S

Range (ms) # Requests
0-99 13
100-199 342
200-299 368
300-399 147
400-499 62
500-599 24
600-699 10
700-799 5
800+ (See details above)

Two Node - M

Range (ms) # Requests
100-199 60
200-299 535
300-399 941
400-499 509
500-599 329
600-699 268
700-799 145
800-899 69
900-999 26
1000+ (See details above)

Two Node - L

Range (ms) # Requests
100-199 5
200-299 15
300-399 28
400-499 27
500-599 47
600-699 76
700-799 158
800-899 727
900-999 1438
1000+ (See details above)

Two Node - XL

Range (ms) # Requests
200-299 1
300-399 12
400-499 44
500-599 55
600-699 70
700-799 60
800-899 48
900-999 79
1000+ (See details above)