-
Notifications
You must be signed in to change notification settings - Fork 43
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): add (provision, build, run) tooling #163
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a26aada - Browse repository at this point
Copy the full SHA a26aadaView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac3bba3 - Browse repository at this point
Copy the full SHA ac3bba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd44bf - Browse repository at this point
Copy the full SHA dcd44bfView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd66695 - Browse repository at this point
Copy the full SHA cd66695View commit details -
Configuration menu - View commit details
-
Copy full SHA for b75cb3b - Browse repository at this point
Copy the full SHA b75cb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343b2e5 - Browse repository at this point
Copy the full SHA 343b2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e45f54 - Browse repository at this point
Copy the full SHA 3e45f54View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d94c83 - Browse repository at this point
Copy the full SHA 8d94c83View commit details
Commits on Apr 4, 2023
-
feat: add basic provision script for client and server perf
See `perf/README.md`.
Configuration menu - View commit details
-
Copy full SHA for 22bb337 - Browse repository at this point
Copy the full SHA 22bb337View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d36ba1 - Browse repository at this point
Copy the full SHA 2d36ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa9f82 - Browse repository at this point
Copy the full SHA 7fa9f82View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9361069 - Browse repository at this point
Copy the full SHA 9361069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7358746 - Browse repository at this point
Copy the full SHA 7358746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8545b01 - Browse repository at this point
Copy the full SHA 8545b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abcf7b - Browse repository at this point
Copy the full SHA 2abcf7bView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f2d7f9 - Browse repository at this point
Copy the full SHA 4f2d7f9View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f0e98f6 - Browse repository at this point
Copy the full SHA f0e98f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dfcc1 - Browse repository at this point
Copy the full SHA 16dfcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32699db - Browse repository at this point
Copy the full SHA 32699dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3c425 - Browse repository at this point
Copy the full SHA 2f3c425View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f12ec - Browse repository at this point
Copy the full SHA c9f12ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b2f46 - Browse repository at this point
Copy the full SHA 99b2f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43500ef - Browse repository at this point
Copy the full SHA 43500efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fa1f4 - Browse repository at this point
Copy the full SHA e0fa1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f207d6 - Browse repository at this point
Copy the full SHA 4f207d6View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8229e2b - Browse repository at this point
Copy the full SHA 8229e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9038224 - Browse repository at this point
Copy the full SHA 9038224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab94c8 - Browse repository at this point
Copy the full SHA 7ab94c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2433338 - Browse repository at this point
Copy the full SHA 2433338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2480f04 - Browse repository at this point
Copy the full SHA 2480f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d6b55 - Browse repository at this point
Copy the full SHA e5d6b55View commit details -
fix(versions): disable webrtc tests (libp2p#160)
This commit disables the WebRTC tests for rust-libp2p v0.50.0 and v0.51.0 and chromium-js v0.41.0 and v0.42.0. Neither of these support the new `/webrtc-direct` (see multiformats/multiaddr#150 for context on rename). The missing support is blocking libp2p/rust-libp2p#3688 namely to upgrade to using `/webrtc-direct`. (Note that this is only blocking CI. Users can already use `/webrtc-direct` with the latest released rust-libp2p.) We will backport `/webrtc-direct` support to the rust-libp2p `v0.51.0` interop binary and then re-enable it here. Instead of disabling the versions with missing support for `/webrtc-direct` we could as well patch our interoperability test logic. For the sake of simplicity, I am proposing simply disabling the versions for now.
Configuration menu - View commit details
-
Copy full SHA for ab88ee6 - Browse repository at this point
Copy the full SHA ab88ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29026c - Browse repository at this point
Copy the full SHA f29026cView commit details -
Fix: Correctly abort process on timeout (libp2p#162)
* Pass in abort controller signal * Rearrange
Configuration menu - View commit details
-
Copy full SHA for 87be6b7 - Browse repository at this point
Copy the full SHA 87be6b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa227bf - Browse repository at this point
Copy the full SHA aa227bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ad33a - Browse repository at this point
Copy the full SHA 61ad33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31349d3 - Browse repository at this point
Copy the full SHA 31349d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7728b6 - Browse repository at this point
Copy the full SHA e7728b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70169e6 - Browse repository at this point
Copy the full SHA 70169e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad7338 - Browse repository at this point
Copy the full SHA 5ad7338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c6da5 - Browse repository at this point
Copy the full SHA 31c6da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce3daa - Browse repository at this point
Copy the full SHA 2ce3daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cc2af - Browse repository at this point
Copy the full SHA 95cc2afView commit details
Commits on Apr 14, 2023
-
Change to m5n.8xlarge with 25 Gbit
Had to change to us-west-2 as m5n.8xlarge was not available in us-west-1.
Configuration menu - View commit details
-
Copy full SHA for ce6f969 - Browse repository at this point
Copy the full SHA ce6f969View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbde59e - Browse repository at this point
Copy the full SHA bbde59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7baa39c - Browse repository at this point
Copy the full SHA 7baa39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8c201 - Browse repository at this point
Copy the full SHA 0a8c201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d01b2a - Browse repository at this point
Copy the full SHA 5d01b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d559bb3 - Browse repository at this point
Copy the full SHA d559bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbdf2d - Browse repository at this point
Copy the full SHA 0dbdf2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bcc2a - Browse repository at this point
Copy the full SHA 32bcc2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cceb89 - Browse repository at this point
Copy the full SHA 2cceb89View commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc32953 - Browse repository at this point
Copy the full SHA fc32953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ec5fe - Browse repository at this point
Copy the full SHA 41ec5feView commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c58889 - Browse repository at this point
Copy the full SHA 8c58889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9686211 - Browse repository at this point
Copy the full SHA 9686211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760b241 - Browse repository at this point
Copy the full SHA 760b241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d5c2b - Browse repository at this point
Copy the full SHA 02d5c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe7f6e - Browse repository at this point
Copy the full SHA efe7f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d7634 - Browse repository at this point
Copy the full SHA 75d7634View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 274e62b - Browse repository at this point
Copy the full SHA 274e62bView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dfb186 - Browse repository at this point
Copy the full SHA 6dfb186View commit details -
Configuration menu - View commit details
-
Copy full SHA for a265a2d - Browse repository at this point
Copy the full SHA a265a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0732aa8 - Browse repository at this point
Copy the full SHA 0732aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618805c - Browse repository at this point
Copy the full SHA 618805cView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2831cc - Browse repository at this point
Copy the full SHA c2831ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb214bc - Browse repository at this point
Copy the full SHA fb214bcView commit details
Commits on May 4, 2023
-
Build on machines & run outside of Docker
- Build binaries on remote machines. This e.g. enables Mac users to use the tooling without additional steps. - Don't use Docker to run perf binaries. Instead run the binaries right away. Removes a layer of potential performance degradation.
Configuration menu - View commit details
-
Copy full SHA for 00cd434 - Browse repository at this point
Copy the full SHA 00cd434View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1b7d00 - Browse repository at this point
Copy the full SHA d1b7d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a0d1d - Browse repository at this point
Copy the full SHA 17a0d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f87937 - Browse repository at this point
Copy the full SHA 1f87937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cde8c - Browse repository at this point
Copy the full SHA 14cde8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef0d6c - Browse repository at this point
Copy the full SHA 6ef0d6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b21af98 - Browse repository at this point
Copy the full SHA b21af98View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa41f02 - Browse repository at this point
Copy the full SHA fa41f02View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1d6810 - Browse repository at this point
Copy the full SHA e1d6810View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2964b82 - Browse repository at this point
Copy the full SHA 2964b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1498fc1 - Browse repository at this point
Copy the full SHA 1498fc1View commit details -
Dead code as of now. Potentially to be reintroduced in future iterations.
Configuration menu - View commit details
-
Copy full SHA for 909217e - Browse repository at this point
Copy the full SHA 909217eView commit details -
Rename rust-libp2p v0.51 to v0.52
Version on rust-libp2p `perf` branch changed in the meantime.
Configuration menu - View commit details
-
Copy full SHA for 0e7c64e - Browse repository at this point
Copy the full SHA 0e7c64eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa2b00 - Browse repository at this point
Copy the full SHA 6fa2b00View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ed7f1a - Browse repository at this point
Copy the full SHA 9ed7f1aView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d6a7cd1 - Browse repository at this point
Copy the full SHA d6a7cd1View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eff32de - Browse repository at this point
Copy the full SHA eff32deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff591f - Browse repository at this point
Copy the full SHA 8ff591fView commit details
Commits on May 18, 2023
-
With quic-go/perf#5 and quic-go/perf#4 one can use the upstream implementation directly.
Configuration menu - View commit details
-
Copy full SHA for 9b3d61a - Browse repository at this point
Copy the full SHA 9b3d61aView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a91159b - Browse repository at this point
Copy the full SHA a91159bView commit details -
Change implementation output format
- Makes emited values self-describing. - Ensures accounting of connection establishment. - Allows differentiation in subsequent data analysis.
Configuration menu - View commit details
-
Copy full SHA for c5de2c7 - Browse repository at this point
Copy the full SHA c5de2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1408bd - Browse repository at this point
Copy the full SHA b1408bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce94834 - Browse repository at this point
Copy the full SHA ce94834View commit details
Commits on May 23, 2023
-
Use TLS only instead of both TLS and Noise. Removes the additional multistream-select security protocol negotiation. Thus makes it easier to compare with TCP+TLS+HTTP/2
Configuration menu - View commit details
-
Copy full SHA for 388886f - Browse repository at this point
Copy the full SHA 388886fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ed486 - Browse repository at this point
Copy the full SHA 23ed486View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd8a878 - Browse repository at this point
Copy the full SHA fd8a878View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a49da - Browse repository at this point
Copy the full SHA e1a49daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89302ef - Browse repository at this point
Copy the full SHA 89302efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c05e6d6 - Browse repository at this point
Copy the full SHA c05e6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad921e - Browse repository at this point
Copy the full SHA 9ad921eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fde9d - Browse repository at this point
Copy the full SHA 71fde9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c590b - Browse repository at this point
Copy the full SHA 28c590bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d1c2b - Browse repository at this point
Copy the full SHA d2d1c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b968a - Browse repository at this point
Copy the full SHA f6b968aView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cca4a0 - Browse repository at this point
Copy the full SHA 2cca4a0View commit details