azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

Add connection caching using System properties

Open samvaity opened this issue 1 year ago • 0 comments

Perf Results:

Simple Http GET

image

Request Throughput

image

Simple Http Download

image

Request Throughput

image

Simple Http PATCH

image

Request Throughput

image

05/1 perf update:

Simple Http GET:

Okhttp and Default Client have comparable results. Memory usage is better with DefaultCLient image

Simple Http PATCH

image

Request Throughput

image

samvaity avatar Mar 14 '24 23:03 samvaity