Changes goodput calculation.
This commit is contained in:
@@ -217,6 +217,7 @@ if __name__ == "__main__":
|
||||
plot_cdf(transmission_df, "goodput")
|
||||
plt.xlabel("goodput [mbps]")
|
||||
plt.ylabel("CDF")
|
||||
plt.legend(["BBR"])
|
||||
|
||||
if args.save:
|
||||
plt.savefig("{}{}_cdf_plot.pdf".format(args.save, "goodput"))
|
||||
|
||||
Reference in New Issue
Block a user