Sha256: e18fe36c9581b3f427618cdb17e8e02cca34bed9d030072f96ba2a7b89cc8b2b

Contents?: true

Size: 1.26 KB

Versions: 3

Compression:

Stored size: 1.26 KB

Contents

load "style.gnuplot"

set xlabel "Query" font "Sans,14"
set ylabel "Elapsed time (ms)\n(Shorter is better)"

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" \
          at first -1,1.35 left
set label 2 \
          "(Many records and large docs)" \
          at first -1,1.25 left
set label 3 \
          "N records: About 5.3millions" \
          at first -1,1.15 left
set label 4 \
          "Average text size: 6.4KiB" \
          at first -1,1.05 left
set xtic font "Sans,14"
set output "search-pgroonga-textsearch.pdf"
plot "search-en.tsv" using ($2/1000):xtic(1) \
       title columnheader \
       linestyle 5, \
     "search-en.tsv" using ($8/1000):xtic(1) \
       title columnheader \
       linestyle 1

set label 5 \
          "Groonga is 30x faster than others" \
          textcolor "#ef2929" \
          at first -1,0.9 left
set output "search-pgroonga-groonga-textsearch.pdf"
plot "search-en.tsv" using ($2/1000):xtic(1) \
       title columnheader \
       linestyle 5, \
     "search-en.tsv" using ($4/1000):xtic(1) \
       title columnheader \
       linestyle 2, \
     "search-en.tsv" using ($8/1000):xtic(1) \
       title columnheader \
       linestyle 1

Version data entries

3 entries across 3 versions & 1 rubygems

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