Sha256: 3508a4886b15d755c73be61e4ad57b21a4cd26032f8e322afcf2accc83979c8d

Contents?: true

Size: 1005 Bytes

Versions: 3

Compression:

Stored size: 1005 Bytes

Contents

load "style.gnuplot"

set title "Index creation"

set xlabel "Module"
set ylabel "Elapsed time (hour)\n(Shorter is better)"
set noxtic

set yrange[0:]

set style data histogram
set style histogram cluster gap 1
set style fill solid border -1
set boxwidth 0.9

set label 1 \
          "Data: English Wikipedia" \
          font "Sans,16" \
          at -1,2.9 left
set label 2 \
          "Size: About 33GiB" \
          font "Sans,16" \
          at -1,2.65 left
set label 3 \
          "Max text size: 1MiB" \
          font "Sans,16" \
          at -1,2.4 left
set label 4 \
          "2x faster\nthan textsearch" \
          font "Sans,16" \
          textcolor "#ef2929" \
          at -0.15,1.8 right
set output "index-creation-en.pdf"
plot "index-creation-en.tsv" using 1 \
       title columnheader \
       linestyle 5, \
     "index-creation-en.tsv" using 2 \
       title columnheader \
       linestyle 1, \
     "index-creation-en.tsv" using 3 \
       title columnheader \
       linestyle 6

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rabbit-slide-kou-pgconf-asia-2016-2016.12.3.2 data/index-creation-en.gnuplot
rabbit-slide-kou-pgconf-asia-2016-2016.12.3.1 data/index-creation-en.gnuplot
rabbit-slide-kou-pgconf-asia-2016-2016.12.3.0 data/index-creation-en.gnuplot