Open csirianni opened 2 weeks ago
Write latency and throughput data to a .csv file and generate graphs via a library such as matplotlib and Jupyter Notebook.
matplotlib
TODO: Come up with a file format, create some fake data, and write the Python code in Jupyter Notebook to generate a graph.
Write random data to a .csv file, load it into a numpy array, then plot.
Write latency and throughput data to a .csv file and generate graphs via a library such as
matplotlib
and Jupyter Notebook.TODO: Come up with a file format, create some fake data, and write the Python code in Jupyter Notebook to generate a graph.