-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplot_latest.gp
More file actions
24 lines (24 loc) · 1.87 KB
/
plot_latest.gp
File metadata and controls
24 lines (24 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
set title "Time Ratio vs baseline"
set ylabel "Time Ratio (baseline / variant)"
set xlabel "Bloom Filter Size (log2 bits)"
set grid ytics
set key left top
set tics font ',10'
set terminal pdfcairo size 6in,4in enhanced color font 'Helvetica,11' linewidth 2
set output "relative-lines-latest.pdf"
plot \
"results/plots/latest/no-sort-no-op-16-cbf.dat" using 1:2:3 with yerrorlines title "no-sort-no-op-16-cbf", \
"results/plots/latest/partial0-1-16.dat" using 1:2:3 with yerrorlines title "partial0-1-16", \
"results/plots/latest/full-sort.dat" using 1:2:3 with yerrorlines title "full-sort", \
"results/plots/latest/no-sort-no-op-16-cbf-nt.dat" using 1:2:3 with yerrorlines title "no-sort-no-op-16-cbf-nt", \
"results/plots/latest/partial0-1-0.dat" using 1:2:3 with yerrorlines title "partial0-1-0", \
"results/plots/latest/partial-lut2-0-1-16.dat" using 1:2:3 with yerrorlines title "partial-lut2-0-1-16", \
"results/plots/latest/no-sort-no-op-16-pbf.dat" using 1:2:3 with yerrorlines title "no-sort-no-op-16-pbf", \
"results/plots/latest/partial-sort-runtime-1.dat" using 1:2:3 with yerrorlines title "partial-sort-runtime-1", \
"results/plots/latest/no-sort-no-op.dat" using 1:2:3 with yerrorlines title "no-sort-no-op", \
"results/plots/latest/min-just-sort.dat" using 1:2:3 with yerrorlines title "min-just-sort", \
"results/plots/latest/partial-sort-runtime-1-16.dat" using 1:2:3 with yerrorlines title "partial-sort-runtime-1-16", \
"results/plots/latest/partial-lut2-0-0-16.dat" using 1:2:3 with yerrorlines title "partial-lut2-0-0-16", \
"results/plots/latest/partial-sort-runtime-16.dat" using 1:2:3 with yerrorlines title "partial-sort-runtime-16", \
"results/plots/latest/partial0-0-16.dat" using 1:2:3 with yerrorlines title "partial0-0-16", \
"results/plots/latest/partial-lut2-0-1-0.dat" using 1:2:3 with yerrorlines title "partial-lut2-0-1-0"