diff --git a/scripts/graph.py b/scripts/graph.py index 9731eaf..067f995 100644 --- a/scripts/graph.py +++ b/scripts/graph.py @@ -91,7 +91,7 @@ def generate_req_graph(filename, framework_name, endpoint_name): for f in FRAMEWORKS: newfile = filename.replace(framework_name, f) - _, y_data = get_resource_data(newfile) + _, y_data = get_data(newfile) y.append(y_data)