From 4b3173bbe0ecb9cc5624c2762183f1b90fb134c7 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 25 Jun 2025 16:40:55 -0400 Subject: Plot updates --- plot-data/stall-sf-sweep/10.txt | 7 ++++++ plot-data/stall-sf-sweep/2.txt | 7 ++++++ plot-data/stall-sf-sweep/4.txt | 7 ++++++ plot-data/stall-sf-sweep/6.txt | 7 ++++++ plot-data/stall-sf-sweep/8.txt | 7 ++++++ plot-data/stall-sf-sweep/ins-v-q.pdf | Bin 0 -> 10180 bytes plot-data/stall-sf-sweep/plot.plt | 47 +++++++++++++++++++++++++++++++++++ 7 files changed, 82 insertions(+) create mode 100644 plot-data/stall-sf-sweep/10.txt create mode 100644 plot-data/stall-sf-sweep/2.txt create mode 100644 plot-data/stall-sf-sweep/4.txt create mode 100644 plot-data/stall-sf-sweep/6.txt create mode 100644 plot-data/stall-sf-sweep/8.txt create mode 100644 plot-data/stall-sf-sweep/ins-v-q.pdf create mode 100644 plot-data/stall-sf-sweep/plot.plt (limited to 'plot-data/stall-sf-sweep') diff --git a/plot-data/stall-sf-sweep/10.txt b/plot-data/stall-sf-sweep/10.txt new file mode 100644 index 0000000..5f483d7 --- /dev/null +++ b/plot-data/stall-sf-sweep/10.txt @@ -0,0 +1,7 @@ +0.99 1428515 79227 +0.995 2484302 80687 +0.9975 3679409 98983 +0.998 4216550 108885 +0.999 5236689 148509 +0.9999 6005917 226260 +1 5698676 320560 diff --git a/plot-data/stall-sf-sweep/2.txt b/plot-data/stall-sf-sweep/2.txt new file mode 100644 index 0000000..91b6f7d --- /dev/null +++ b/plot-data/stall-sf-sweep/2.txt @@ -0,0 +1,7 @@ +0.99 1399563 94271 +0.995 2352392 105630 +0.9975 3215791 158309 +0.998 3517393 186098 +0.999 3959407 228315 +0.9999 4849161 310095 +#1 4745941 292519 diff --git a/plot-data/stall-sf-sweep/4.txt b/plot-data/stall-sf-sweep/4.txt new file mode 100644 index 0000000..e3b2658 --- /dev/null +++ b/plot-data/stall-sf-sweep/4.txt @@ -0,0 +1,7 @@ +0.99 1422348 77437 +0.995 2520065 98946 +0.9975 3616681 111365 +0.998 3864840 127042 +0.999 4641847 184805 +0.9999 5044885 342470 +#1 5510095 304630 diff --git a/plot-data/stall-sf-sweep/6.txt b/plot-data/stall-sf-sweep/6.txt new file mode 100644 index 0000000..d0369cd --- /dev/null +++ b/plot-data/stall-sf-sweep/6.txt @@ -0,0 +1,7 @@ +0.99 1417978 78431 +0.995 2494373 88030 +0.9975 3545776 109729 +0.998 4104018 115388 +0.999 5152206 126517 +0.9999 5841389 282234 +#1 6442268 241337 diff --git a/plot-data/stall-sf-sweep/8.txt b/plot-data/stall-sf-sweep/8.txt new file mode 100644 index 0000000..94b31bd --- /dev/null +++ b/plot-data/stall-sf-sweep/8.txt @@ -0,0 +1,7 @@ +0.99 1407447 79480 +0.995 2450380 94770 +0.9975 3676105 112014 +0.998 4274059 166609 +0.999 4766317 175760 +0.9999 5764330 253774 +#1 5767517 304220 diff --git a/plot-data/stall-sf-sweep/ins-v-q.pdf b/plot-data/stall-sf-sweep/ins-v-q.pdf new file mode 100644 index 0000000..5a302d9 Binary files /dev/null and b/plot-data/stall-sf-sweep/ins-v-q.pdf differ diff --git a/plot-data/stall-sf-sweep/plot.plt b/plot-data/stall-sf-sweep/plot.plt new file mode 100644 index 0000000..4e9adf4 --- /dev/null +++ b/plot-data/stall-sf-sweep/plot.plt @@ -0,0 +1,47 @@ +set terminal pdfcairo + +set format y "%1.1t{/Symbol \264}10^{%L}" +set format x "%1.0t{/Symbol \264}10^{%L}" + +set rmargin 4 + +set style line 1 lt 1 lw 3 dashtype 1 ps 1 +set style line 2 lt 2 lw 3 dashtype 2 ps 1 +set style line 3 lt 3 lw 3 dashtype 3 ps 1 +set style line 4 lt 4 lw 3 dashtype 4 ps 1 +set key left top horizontal samplen 3 maxcol 2 width .1 + +set xtics out nomirror +set ytics out nomirror + +set xlabel "Insertion Throughput (ins/sec)" +set ylabel "Query Latency (ns)" + +#set title "Insertion Throughput vs. Query Latency (ISAM Point Lookup)" + +set output "ins-v-q.pdf" + +#set xtics 1e6 +#set ytics 1e5 + +set xtics 1e6 +set ytics 1e5 + +#set yrange [6.0e4:7.5e4] +#set yrange[6.0e2:2.0e4] + +set xrange[0:6e6] +set yrange[0:4e5] + +plot "2.txt" using 2:3:1 with lp ls 2 title "2", \ + "4.txt" using 2:3:1 with lp ls 3 title "4", \ + "6.txt" using 2:3:1 with lp ls 4 title "6", \ + "8.txt" using 2:3:1 with lp ls 5 title "8", \ +# "10.txt" using 2:3:1 with line ls 5 title "10", \ + # "2.txt" using 2:3:1 with labels offset 0,.5 font "Sans,5" notitle,\ + # "4.txt" using 2:3:1 with labels offset 0,.5 font "Sans,5" notitle,\ + # "8.txt" using 2:3:1 with labels offset 0,.5 font "Sans,5" notitle, \ + # "32.txt" using 2:3:1 with labels offset 0,.5 font "Sans,5" notitle + # "bsm.txt" using 2:(1/$3)*1e9:3 with line ls 4 title "Bentley-Saxe",\ +# "bsm.txt" using 2:(1/$3)*1e9:3 with labels offset 0,.5 font "Sans,5" notitle + -- cgit v1.2.3