From 1f6891d6ce0b05d363d177e92aaadc88907f4a33 Mon Sep 17 00:00:00 2001 From: SujayYadalam94 Date: Tue, 3 Oct 2023 18:04:46 -0600 Subject: [PATCH] Remove 'install matplotlib' from scripts --- artifact_evaluation/fig10_write_scaling/run_exp.bash | 1 - artifact_evaluation/fig11_read_interference/run_exp.bash | 1 - artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash | 1 - artifact_evaluation/fig9_rread_scaling/run_exp.bash | 1 - 4 files changed, 4 deletions(-) diff --git a/artifact_evaluation/fig10_write_scaling/run_exp.bash b/artifact_evaluation/fig10_write_scaling/run_exp.bash index 97e4394..a1966af 100644 --- a/artifact_evaluation/fig10_write_scaling/run_exp.bash +++ b/artifact_evaluation/fig10_write_scaling/run_exp.bash @@ -85,7 +85,6 @@ bash ${BYPASSD_DIR}/utils/disable_bypassd.sh # SPDK cannot share device between multiple processes # Plot the graph -pip3 install matplotlib python3 ${SCRIPT_DIR}/plot.py $SCRIPT_DIR/results # Delete tmp files diff --git a/artifact_evaluation/fig11_read_interference/run_exp.bash b/artifact_evaluation/fig11_read_interference/run_exp.bash index a1bc8fe..798be76 100644 --- a/artifact_evaluation/fig11_read_interference/run_exp.bash +++ b/artifact_evaluation/fig11_read_interference/run_exp.bash @@ -61,7 +61,6 @@ done bash ${BYPASSD_DIR}/utils/disable_bypassd.sh # Plot the graph -pip3 install matplotlib python3 ${SCRIPT_DIR}/plot.py $SCRIPT_DIR/results # Delete tmp files diff --git a/artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash b/artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash index 87f0a83..71b5f03 100644 --- a/artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash +++ b/artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash @@ -102,7 +102,6 @@ done bash ${BYPASSD_DIR}/utils/spdk_reset.sh $DEV_NAME $MOUNT_POINT # Plot the graph -pip3 install matplotlib python3 ${SCRIPT_DIR}/plot.py $SCRIPT_DIR/results # Delete tmp files diff --git a/artifact_evaluation/fig9_rread_scaling/run_exp.bash b/artifact_evaluation/fig9_rread_scaling/run_exp.bash index 0a29cd1..d8ba035 100644 --- a/artifact_evaluation/fig9_rread_scaling/run_exp.bash +++ b/artifact_evaluation/fig9_rread_scaling/run_exp.bash @@ -102,7 +102,6 @@ done bash ${BYPASSD_DIR}/utils/spdk_reset.sh $DEV_NAME $MOUNT_POINT # Plot the graph -pip3 install matplotlib python3 ${SCRIPT_DIR}/plot.py $SCRIPT_DIR/results # Delete tmp files