You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.