Benchmark-CSV
view release on metacpan or search on metacpan
examples/math/aggregate_histogram.gnuplot view on Meta::CPAN
#set xrange [0.0006:0.001]
set datafile separator ','
set style fill transparent solid 0.05
set key autotitle columnheader
set grid ytics lc rgb "#777777" lt 0 back
set boxwidth 0.9 relative
set terminal pngcairo enhanced rounded size 1300,768 font "Droid Sans"
set output 'math_histogram.png'
examples/math/plot.gnuplot view on Meta::CPAN
binwidth=0.00001
bin(x,width)=width*floor(x/width)
clip(x)=binwidth*floor(x/binwidth)
#set xrange [0.0006:0.001]
set datafile separator ','
set style fill transparent solid 0.05
set key autotitle columnheader
set grid ytics lc rgb "#777777" lt 0 back
set boxwidth 0.9 relative
set terminal pngcairo enhanced rounded size 1300,768 font "Droid Sans"
#set terminal canvas standalone mousing size 800,600 rounded enhanced
examples/mkbatch/plot.gnuplot view on Meta::CPAN
binwidth=0.000002
bin(x,width)=width*floor(x/width)
#set xrange [0.0006:0.001]
set datafile separator ','
set style fill transparent solid 0.05
set key autotitle columnheader
set grid ytics lc rgb "#777777" lt 0 back
set boxwidth 0.9 relative
set terminal pngcairo enhanced rounded size 1300,768 font "Droid Sans"
set output 'mkbatch.png'
examples/shuffle/plot.gnuplot view on Meta::CPAN
binwidth=0.000002
bin(x,width)=width*floor(x/width)
#set xrange [0.0006:0.001]
set datafile separator ','
set style fill transparent solid 0.05
set key autotitle columnheader
set grid ytics lc rgb "#777777" lt 0 back
set boxwidth 0.9 relative
set terminal pngcairo enhanced rounded size 1300,768 font "Droid Sans"
set output 'shuffle.png'
examples/vs_benchmark_pm/plot.gnuplot view on Meta::CPAN
binwidth=0.0001
bin(x,width)=width*floor(x/width)
#set xrange [0.0006:0.001]
set datafile separator ','
set style fill transparent solid 0.05
set key autotitle columnheader
set grid ytics lc rgb "#777777" lt 0 back
set xtics format "%0.8f"
set boxwidth 0.9 relative
set terminal pngcairo enhanced rounded size 1300,768 font "Droid Sans"
set output 'vs_benchmark_pm.png'
( run in 0.445 second using v1.01-cache-2.11-cpan-a1d94b6210f )