Skip to content

Performance issues when requesting large response data #6

@ehennestad

Description

@ehennestad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions