X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fdmclock%2Fbenchmark%2Frun.sh;fp=src%2Fceph%2Fsrc%2Fdmclock%2Fbenchmark%2Frun.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=11432b53008612f844f05c868321bc5799b0f594;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/dmclock/benchmark/run.sh b/src/ceph/src/dmclock/benchmark/run.sh deleted file mode 100755 index 11432b5..0000000 --- a/src/ceph/src/dmclock/benchmark/run.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -# default value -k_way=3 #11 -repeat=2 #5 - -output_file="" -if [ "$1" != "" ]; then - output_file="$1" -else - echo "Please provide the name of the output file" - exit -fi - -echo "generating file ${output_file}" -sh data_gen.sh ${output_file} ${k_way} ${repeat} - -echo "converting ${output_file} to ${output_file}.dat" -python data_parser.py ${output_file} - -echo "now generating bar-chart" -#gnuplot -e 'output_file=value' plot_gen.gnuplot -sh plot_gen.sh ${output_file} ${k_way} -echo "done! check ${output_file}.pdf"