From dbd004093aec049302f5467632c40cc526d8e11a Mon Sep 17 00:00:00 2001 From: Steven Salazar Date: Thu, 14 May 2020 18:47:04 +0200 Subject: [PATCH] update of Usage of Scripts section Signed-off-by: Steven Salazar --- test_m4_xlarge/README.md | 2 +- test_m5_2xlarge/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test_m4_xlarge/README.md b/test_m4_xlarge/README.md index 7702ea6..540860e 100644 --- a/test_m4_xlarge/README.md +++ b/test_m4_xlarge/README.md @@ -47,7 +47,7 @@ Images contains the plots obtained by using the python scripts: ![](https://github.com/StevenSalazarM/Apache-Spark-Scalability-Analysis/blob/master/test_m4_xlarge/Images/prova_contrib/contrib_7_worker_10M_cache.png) -`$ python3 ./plot_overall_time2.py 7 NoCache 10M` +`$ python3 ./plot_stacked_chart.py 7 NoCache 10M` ![](https://github.com/StevenSalazarM/Apache-Spark-Scalability-Analysis/blob/master/test_m4_xlarge/Images/prova_contrib/contrib_7_worker_10M_no_cache.png) diff --git a/test_m5_2xlarge/README.md b/test_m5_2xlarge/README.md index d64344f..b8c8e9d 100644 --- a/test_m5_2xlarge/README.md +++ b/test_m5_2xlarge/README.md @@ -65,7 +65,7 @@ Images contains the plots obtained by using the python scripts: ![](https://github.com/StevenSalazarM/Apache-Spark-Scalability-Analysis/blob/master/test_m5_2xlarge/Images/contrib_3_worker_cache.png) -`python3 ./plot_stacked_chart.py 3 NoCache` +`$ python3 ./plot_stacked_chart.py 3 NoCache` ![](https://github.com/StevenSalazarM/Apache-Spark-Scalability-Analysis/blob/master/test_m5_2xlarge/Images/contrib_3_worker_no_cache.png)