Updated graphs
BIN
4_Evaluation/Figs/graphs/bidirectional-comparison.pdf
Normal file
BIN
4_Evaluation/Figs/graphs/bidirectional-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.6 KiB |
BIN
4_Evaluation/Figs/graphs/bidirectional-outbound.pdf
Normal file
Before Width: | Height: | Size: 9.6 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-equal-a-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.6 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-equal-b-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.7 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-four-a-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.3 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-four-b-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.6 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-unequal-a-inbound.pdf
Normal file
Before Width: | Height: | Size: 9.6 KiB |
BIN
4_Evaluation/Figs/graphs/more-bandwidth-unequal-b-inbound.pdf
Normal file
Before Width: | Height: | Size: 10 KiB |
BIN
4_Evaluation/Figs/graphs/n_connections_scaling.pdf
Normal file
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Clean up previous graphs
|
||||
rm /home/jake/repos/dissertation/4-dissertation/4_Evaluation/Figs/graphs/* || true
|
||||
rm /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/* || true
|
||||
|
||||
# Copy graphs for evaluation
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/*-inbound.png /home/jake/repos/dissertation/4-dissertation/4_Evaluation/Figs/graphs/
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/bidirectional-outbound.png /home/jake/repos/dissertation/4-dissertation/4_Evaluation/Figs/graphs/
|
||||
|
||||
# Copy graphs for outbound graphs appendix
|
||||
cp /home/jake/repos/dissertation/3-evaluation/output/*-outbound.png /home/jake/repos/dissertation/4-dissertation/OutboundGraphs/Figs/graphs/
|
||||
|