Skip to content

Use multiple single threaded runtimes #23

@programatik29

Description

@programatik29

With recent updates to tokio, CPU can't be utilized to 100% with tokio::spawn when using hyper. Performance of rewrk can be increased if multiple single threaded runtimes are used.

I think it is a good idea because all connection tasks spawned by rewrk are identical so work stealing benefits aren't much.

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