Skip to content

Commit

Permalink
Minor fix: removed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
SujayYadalam94 committed Oct 3, 2023
1 parent 9872b50 commit fd2af16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions artifact_evaluation/fig6b_1thread_rwrite_perf/run_exp.bash
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ DEV_PCI_ADDR=$(echo $DEV_PCI_ADDR | sed 's/:/./g')
bash ${BYPASSD_DIR}/utils/spdk_setup.sh $DEV_NAME
sed -i 's/ioengine=.*/ioengine=spdk/g' ${WORKLOAD_FILE}
sed -i "s/filename=.*/filename=trtype=PCIe traddr=${DEV_PCI_ADDR}/g" ${WORKLOAD_FILE}
for BLK_SIZE in 4 8
for BLK_SIZE in 4 8 16 32 64 128
do
sed -i 's/bs=.*K/bs='${BLK_SIZE}'K/g' ${WORKLOAD_FILE}
sudo LD_PRELOAD=../../spdk/build/fio/spdk_nvme $FIO_DIR/fio ${FIO_OPTIONS} ${WORKLOAD_FILE} 2>&1 | tee $SCRIPT_DIR/results/spdk_${BLK_SIZE}KB.out
Expand All @@ -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 fd2af16

Please sign in to comment.