feat(graphs): new graph for bandwidth sweep
This commit is contained in:
+11
-1
@@ -41,7 +41,7 @@ CSVS := $(addprefix $(DERIVED)/, runs.csv rtts.csv idts.csv firstflow_bin
|
||||
PDFS := $(addprefix $(OUT)/, $(addsuffix .pdf, $(FIG_STEMS)))
|
||||
TEXS := $(addprefix $(OUT)/, $(addsuffix .tex, $(FIG_STEMS)))
|
||||
|
||||
.PHONY: all derive figures tikz sanity values pdfs tex clean datacenter-fq datacenter-fq-tikz direct-link direct-link-tikz slowstart slowstart-tikz all-experiments all-experiments-tikz
|
||||
.PHONY: all derive figures tikz sanity values pdfs tex clean datacenter-fq datacenter-fq-tikz direct-link direct-link-tikz slowstart slowstart-tikz bandwidths bandwidths-tikz all-experiments all-experiments-tikz
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
all: all-experiments
|
||||
@@ -175,6 +175,16 @@ direct-link:
|
||||
direct-link-tikz:
|
||||
$(MAKE) tex $(DIRECT_LINK_ARGS)
|
||||
|
||||
BANDWIDTHS_ARGS = EXP=bandwidths SETUP=bandwidths \
|
||||
SOLUTIONS="1:250 2:500 4:1000 8:2000" \
|
||||
FIG_STEMS="bandwidth_idt_cdf"
|
||||
|
||||
bandwidths:
|
||||
$(MAKE) pdfs $(BANDWIDTHS_ARGS)
|
||||
|
||||
bandwidths-tikz:
|
||||
$(MAKE) tex $(BANDWIDTHS_ARGS)
|
||||
|
||||
all-experiments: datacenter-fq direct-link slowstart
|
||||
all-experiments-tikz: datacenter-fq-tikz direct-link-tikz slowstart-tikz
|
||||
|
||||
|
||||
Reference in New Issue
Block a user