import matplotlib.pyplot as plt import matplotlib.ticker as ticker import multiprocessing import numpy as np import os from urllib.request import urlretrieve import sys import re import shutil from benchmark import Benchmark comma_sep_number_re = "(?:\d*(?:,\d*)?)*" rss_re = "(?P" + comma_sep_number_re + ")" time_re = "(?P