Run CLI P2P E2E in Compose CI

This commit is contained in:
vorotamoroz
2026-07-09 02:02:02 +00:00
parent af72cac4e3
commit b9a27ffef9
5 changed files with 81 additions and 14 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ RUN deno cache --lock=deno.lock \
bench-latency-sweep.ts \
bench-p2p-split-node.ts \
bench-p2p.ts \
bench-couchdb.ts
bench-couchdb.ts \
test-p2p-sync.ts
COPY test/bench-network/run-bench.sh /usr/local/bin/run-livesync-bench
RUN chmod +x /usr/local/bin/run-livesync-bench