diff --git a/plots/insert_increasingpatchcount/patchcount.gplot b/plots/insert_increasingpatchcount/patchcount.gplot deleted file mode 100644 index 9f0d26e..0000000 --- a/plots/insert_increasingpatchcount/patchcount.gplot +++ /dev/null @@ -1,14 +0,0 @@ -set style line 1 lc rgb "#D65153" linewidth 2 -set style line 2 lc rgb "#FACFA5" linewidth 2 - -set datafile sep ',' -set auto x -set auto y -set xtics 10 -set terminal png font "Verdana" 16 -set ylabel "Average Exec Time (ms)" -set xlabel "Patch id (consecutive)" - -plot 'results.csv' using 1:2 title "Pure-Additions" with lines, \ -'' using 1:3 title "Pure-Deletions" with lines, \ -'' using 1:4 title "Deletions-on-patch-additions" with lines diff --git a/plots/insert_increasingpatchsize/patchsize.gplot b/plots/insert_increasingpatchsize/patchsize.gplot deleted file mode 100644 index 735e7db..0000000 --- a/plots/insert_increasingpatchsize/patchsize.gplot +++ /dev/null @@ -1,14 +0,0 @@ -set style line 1 lc rgb "#D65153" linewidth 2 -set style line 2 lc rgb "#FACFA5" linewidth 2 - -set datafile sep ',' -set auto x -set auto y -set xtics 100 -set terminal png font "Verdana" 16 -set ylabel "Exec Time (ms)" -set xlabel "Patch size (triples)" - -plot 'results.csv' using 1:2 title "Pure-Additions" with lines, \ -'' using 1:3 title "Pure-Deletions" with lines, \ -'' using 1:4 title "Deletions-on-patch-additions" with lines diff --git a/plots/lookup/lookup.gplot b/plots/lookup/lookup.gplot deleted file mode 100644 index 73348dd..0000000 --- a/plots/lookup/lookup.gplot +++ /dev/null @@ -1,17 +0,0 @@ -set style line 1 lc rgb "#D65153" linewidth 2 -set style line 2 lc rgb "#FACFA5" linewidth 2 - -set datafile sep ',' -set auto x -set auto y -set xtics 10 -set terminal png font "Verdana" 16 -set ylabel "Exec Time (ms)" -set xlabel "Patch id (consecutive)" - -plot 'lookups.csv' using 1:2 title "Offset 0 - Limit 1" with lines, \ -'' using 1:3 title "Offset 0 - Limit 50" with lines, \ -'' using 1:4 title "Offset 0 - Limit 100" with lines, \ -'' using 1:5 title "Offset 100 - Limit 1" with lines, \ -'' using 1:6 title "Offset 100 - Limit 50" with lines, \ -'' using 1:7 title "Offset 100 - Limit 100" with lines diff --git a/plots/sizes/sizes.gplot b/plots/sizes/sizes.gplot deleted file mode 100644 index fdf1d7d..0000000 --- a/plots/sizes/sizes.gplot +++ /dev/null @@ -1,15 +0,0 @@ -set style line 1 lc rgb "#D65153" linewidth 2 -set style line 2 lc rgb "#FACFA5" linewidth 2 - -set datafile sep ',' -set auto x -set auto y -set xtics 10 -set terminal png font "Verdana" 16 -set ylabel "Total size (bytes)" -set xlabel "Patch id (consecutive)" - -plot 'size-deletions-100.csv' using 1:2 title "-100 triples / patch" with lines, \ -'size-deletions-200.csv' using 1:2 title "-200 triples / patch" with lines, \ -'size-additions-100.csv' using 1:2 title "+100 triples / patch" with lines, \ -'size-additions-200.csv' using 1:2 title "+200 triples / patch" with lines