File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ go get github.com/elecbug/netkit@latest
2121
2222### P2P
2323
24- - [ ` p2p ` ] ( ./p2p/ ) : Library that integrates with graph libraries to form networks and enable p2p broadcast experiments.
24+ - [ ` p2p ` ] ( ./p2p/ ) : Library that integrates with graph libraries to form networks and enable P2P broadcast experiments.
2525
2626### Extensible
2727
Original file line number Diff line number Diff line change 1- go test -v ./network- graph/
1+ go test -v ./graph/
22
33cd script
44
5- python3 compare_metrics.py -i ../network- graph/directional.graph.log -c ../network- graph/directional.metrics.log -r ./directional.report.log -o ./directional.out.log
6- python3 compare_metrics.py -i ../network- graph/bidirectional.graph.log -c ../network- graph/bidirectional.metrics.log -r ./bidirectional.report.log -o ./bidirectional.out.log
5+ python3 compare_metrics.py -i ../graph/directional.graph.log -c ../graph/directional.metrics.log -r ./directional.report.log -o ./directional.out.log
6+ python3 compare_metrics.py -i ../graph/bidirectional.graph.log -c ../graph/bidirectional.metrics.log -r ./bidirectional.report.log -o ./bidirectional.out.log
77
88cd ..
You can’t perform that action at this time.
0 commit comments