Sha256: 21640df7dda22168373535631eae54ef06d7abb143e496c2b36effd0c2b376d2

Contents?: true

Size: 492 Bytes

Versions: 4

Compression:

Stored size: 492 Bytes

Contents

set datafile separator ","

set key outside center top horizontal reverse Left samplen 2
unset border
set xtics scale 0
set ytics scale 0
set grid ytics linewidth 1 linetype -1

set style line 1 lt 1 lc rgbcolor "#3465a4" lw 2.5 pt 7 ps 1
set style line 2 lt 1 lc rgbcolor "#ff6347" lw 2.5 pt 7 ps 1
set style line 3 lt 1 lc rgbcolor "#888a85" lw 2.5 pt 5 ps 1

set xlabel "Nth loop"
set ylabel "Memory usage (MiB)"

plot "before.csv" with line linestyle 1, "after.csv" with line linestyle 2

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rmagick-4.1.0.rc2 benchmarks/memory/rmagick.gnuplot
rmagick-4.1.0.rc1 benchmarks/memory/rmagick.gnuplot
rmagick-4.0.0 benchmarks/memory/rmagick.gnuplot
rmagick-3.2.0 benchmarks/memory/rmagick.gnuplot