I am testing one of the api clients I have generated for fetching a bucket manifest (i.e listing objects of a bucket for object storage).
The bucket in question has about 120k objects, and the api client is significantly slower (~6x slower) than using matlab.net.http.RequestMessage
with send
method.
Profiling suggest that the difference in performance is due to handling of json responses.
Api client : 308 sec
RequestMessage : 55 sec
profiler_api_client_page1.pdf
profiler_http_request_page1.pdf