Skip to content

Let's add superagent to the benchmark table. #2730

Closed
@eddienubes

Description

@eddienubes

This would solve...

I'm building a library similar to supertest, but on top of undici. As an advantage, I'd like point out that undici is faster than superagent (which supertest uses under the hood).

In my opinion, for this benchmark it makes sense to reside in undici's repo.

By the way, seems like superagent doesn't reuse established connections on purpose, so it'll be quite slow.

The implementation should look like...

Pull Request

Activity

added a commit that references this issue on Feb 11, 2024
94a9b56
added 2 commits that reference this issue on Feb 21, 2024
441046b
fc86322
added a commit that references this issue on Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @eddienubes

      Issue actions

        Let's add superagent to the benchmark table. · Issue #2730 · nodejs/undici