Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(perf): implement libp2p perf protocol #3508

Merged
merged 56 commits into from
Mar 19, 2023
Merged

Commits on Feb 25, 2023

  1. Scaffolding

    mxinden committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    43a4f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d843caa View commit details
    Browse the repository at this point in the history
  3. Implement client send receive

    mxinden committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    261922d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e26d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a31e69a View commit details
    Browse the repository at this point in the history
  6. Bubble events up to user

    Flow user -> client -> server -> client -> user is implemented.
    mxinden committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    04858c6 View commit details
    Browse the repository at this point in the history
  7. Track stats for single run

    mxinden committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e1a0ced View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Add client and server example

    mxinden committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    a41f41b View commit details
    Browse the repository at this point in the history
  2. Track time by write and read

    mxinden committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    a0a55ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c3bfe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95f8a6 View commit details
    Browse the repository at this point in the history
  5. Add support for QUIC

    mxinden committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9bbd99a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fix crate description

    mxinden committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    761df78 View commit details
    Browse the repository at this point in the history
  2. Move examples into src/bin/

    mxinden committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3b68b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffdf089 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39694af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cab07d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9ef80f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    489fbfe View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    96e7997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27586dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fbd70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b52690 View commit details
    Browse the repository at this point in the history
  5. Adjust tests

    mxinden committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d9ee033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c43498 View commit details
    Browse the repository at this point in the history
  7. Fix doc comment

    mxinden committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ded45c5 View commit details
    Browse the repository at this point in the history
  8. Fix clippy warnings

    mxinden committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    d91a4f8 View commit details
    Browse the repository at this point in the history
  9. Update rust version

    mxinden committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e023e89 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    5cd617d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2efd0a9 View commit details
    Browse the repository at this point in the history
  3. Don't print peer ID in debug

    mxinden committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    fbca42e View commit details
    Browse the repository at this point in the history
  4. Use Display for multiaddr

    mxinden committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ce57655 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85bb764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb1b553 View commit details
    Browse the repository at this point in the history
  7. Use instant::Instant

    mxinden committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ade98eb View commit details
    Browse the repository at this point in the history
  8. Update protocols/perf/src/server/behaviour.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4e35494 View commit details
    Browse the repository at this point in the history
  9. Update protocols/perf/src/client/behaviour.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    96327ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7c9328 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74dd50e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a05272e View commit details
    Browse the repository at this point in the history
  13. Use Void in server handler

    mxinden committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3182903 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0e96d2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd8baf6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ef5de8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    82eb107 View commit details
    Browse the repository at this point in the history
  18. Fix clippy lint

    mxinden committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b14f6b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Don't expose Handler publicly

    The user doesn't need to know the implementation details of `Handler`.
    The can refer to the type via `Behaviour::Handler` if they want and
    the only API they should care about is that it implements `ConnectionHandler`.
    thomaseizinger committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5f3e382 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Remove .dockerignore diff

    mxinden committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    ba96227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b6498 View commit details
    Browse the repository at this point in the history
  3. Use libp2p-swarm-test

    mxinden committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9519562 View commit details
    Browse the repository at this point in the history
  4. Add newline to Dockerfile

    mxinden committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3b3b08f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    ea30c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98ca38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd846b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2651d72 View commit details
    Browse the repository at this point in the history
  5. Add changelog

    mxinden committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    75065bd View commit details
    Browse the repository at this point in the history