Skip to content

Commit

Permalink
Remove 'install matplotlib' from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SujayYadalam94 committed Oct 4, 2023
1 parent fd2af16 commit 1f6891d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion artifact_evaluation/fig10_write_scaling/run_exp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion artifact_evaluation/fig11_read_interference/run_exp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion artifact_evaluation/fig6a_1thread_rread_perf/run_exp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion artifact_evaluation/fig9_rread_scaling/run_exp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f6891d

Please sign in to comment.