From e16cc1da6ad525ac519275b628fed8528252117e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 29 Jan 2021 16:48:50 +0100 Subject: [PATCH] Rename legacy plotting script --- analysis/README.md | 2 +- ...ility-graph-finish.ipynb => scalability-graph-plotter.ipynb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename analysis/{scalability-graph-finish.ipynb => scalability-graph-plotter.ipynb} (100%) diff --git a/analysis/README.md b/analysis/README.md index 3c96cf0b6..8d37f01c0 100644 --- a/analysis/README.md +++ b/analysis/README.md @@ -9,7 +9,7 @@ benchmark execution results and plotting. The following notebooks are provided: For legacy reasons, we also provide the following notebooks, which, however, are not documented: * [scalability-graph.ipynb](scalability-graph.ipynb): Creates a scalability graph for a certain benchmark execution. -* [scalability-graph-final.ipynb](scalability-graph-final.ipynb): Combines the scalability graphs of multiple benchmarks executions (e.g. for comparing different configuration). +* [scalability-graph-plotter.ipynb](scalability-graph-plotter.ipynb): Combines the scalability graphs of multiple benchmarks executions (e.g. for comparing different configuration). * [lag-trend-graph.ipynb](lag-trend-graph.ipynb): Visualizes the consumer lag evaluation over time along with the computed trend. ## Usage diff --git a/analysis/scalability-graph-finish.ipynb b/analysis/scalability-graph-plotter.ipynb similarity index 100% rename from analysis/scalability-graph-finish.ipynb rename to analysis/scalability-graph-plotter.ipynb -- GitLab