mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-02-03 02:24:36 +00:00
chore: add rust-libp2p@v0.55.0 to perf
This commit is contained in:
parent
434938271f
commit
cd4041293a
22
perf/impl/rust-libp2p/v0.55/Makefile
Normal file
22
perf/impl/rust-libp2p/v0.55/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
commitSha :=
|
||||
|
||||
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.73 cargo build --release --bin perf
|
||||
|
||||
rust-libp2p-${commitSha}: rust-libp2p-${commitSha}.zip
|
||||
unzip -o rust-libp2p-${commitSha}.zip
|
||||
|
||||
rust-libp2p-${commitSha}.zip:
|
||||
wget -O $@ "https://github.com/libp2p/rust-libp2p/archive/${commitSha}.zip"
|
||||
|
||||
clean:
|
||||
rm rust-libp2p-*.zip
|
||||
rm -rf rust-libp2p-*
|
||||
rm perf
|
||||
|
||||
.PHONY: all clean
|
@ -74,5 +74,13 @@
|
||||
"tcp",
|
||||
"quic-v1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "v0.55",
|
||||
"implementation": "rust-libp2p",
|
||||
"transportStacks": [
|
||||
"tcp",
|
||||
"quic-v1"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user