Skip to content

Don't include socket connection duration in timing #8

@shazow

Description

@shazow

Either warm up the connection pool by pre-connecting or avoid counting the time spent on establishing a socket, since that's a fixed cost that goes away when a connection is reused.

Not a big deal when iteration count is sufficiently larger than concurrency, but would be nice to fix.

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