-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
kind/supportA question or request for supportA question or request for support
Description
Where should the rendezvous server run? We have two options:
-
Run it on the controller VM but it looks like the latency when transferring files is included in the test.
-
Run it on the ARM bare metal machine using the
npm install --global libp2p-websocket-star-rendezvous
l but this will also take away from the tests cpu cycles.
Which is preferred?
Examples of when I run the rendezvous server local vs hosted in the cloud:
┌────────────────────┬────────────────────┬──────────────────────────────────────────────────┬────────────────────┬─────────────────┐
│ Test │ Warmup │ Description │ File Set │ Duration │
├────────────────────┼────────────────────┼──────────────────────────────────────────────────┼────────────────────┼─────────────────┤
│ peerTransferBrows… │ off │ Transfer file between peers in the browser │ OneKBFile │ s:5 ms: 109.645 │
└────────────────────┴────────────────────┴──────────────────────────────────────────────────┴────────────────────┴─────────────────┘
local
wait
Writing output in a multiple files
┌────────────────────┬────────────────────┬──────────────────────────────────────────────────┬────────────────────┬─────────────────┐
│ Test │ Warmup │ Description │ File Set │ Duration │
├────────────────────┼────────────────────┼──────────────────────────────────────────────────┼────────────────────┼─────────────────┤
│ peerTransferBrows… │ off │ Transfer file between peers in the browser │ OneKBFile │ s:0 ms: 276.975 │
└────────────────────┴────────────────────┴──────────────────────────────────────────────────┴────────────────────┴─────────────────┘
Metadata
Metadata
Assignees
Labels
kind/supportA question or request for supportA question or request for support