Skip to content

Commit

Permalink
Update to latest rust-libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Oct 25, 2023
1 parent 822c56c commit 9b7a12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
commitSha := 0f99dd444f2b9b8e903c5be2db5b420086114c16
commitSha := affdfce73c17f9cd496ccc52b2f722b0653b73ce

all: perf

perf: rust-libp2p-${commitSha}/target/release/perf
cp ./rust-libp2p-${commitSha}/target/release/perf .

rust-libp2p-${commitSha}/target/release/perf: rust-libp2p-${commitSha}
docker run --rm --user "$(shell id -u):$(shell id -g)" -v "$(shell pwd)/rust-libp2p-${commitSha}":/usr/src/myapp -w /usr/src/myapp rust:1.69 cargo build --release --bin perf
docker run --rm --user "$(shell id -u):$(shell id -g)" -v "$(shell pwd)/rust-libp2p-${commitSha}":/usr/src/myapp -w /usr/src/myapp rust:1.73 cargo build --release --bin perf

rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip
unzip -o rust-libp2p-${commitSha}.zip
Expand Down
2 changes: 1 addition & 1 deletion perf/runner/src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const versions: Array<Version> = [
transportStacks: ["quic-v1"]
},
{
id: "v0.52",
id: "v0.53",
implementation: "rust-libp2p",
transportStacks: ["tcp", "quic-v1"]
},
Expand Down

0 comments on commit 9b7a12d

Please sign in to comment.