From 9082b34aabcb843eb243f5c57710120d532d2e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique=20Ivanchechen?= Date: Mon, 25 Sep 2023 20:52:02 -0300 Subject: [PATCH] ajuste --- scripts/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)