rename result files so that we can check out on Windows

SVN revision: 36448
This commit is contained in:
Vincent Torri 2008-10-05 16:10:17 +00:00
parent 656a79f1a0
commit 39fc2ca916
17 changed files with 34 additions and 34 deletions

View File

@ -0,0 +1,17 @@
set autoscale # scale axes automatically
unset log # remove any log-scaling
unset label # remove any previous labels
set xtic auto # set xtics automatically
set ytic auto # set ytics automatically
set terminal png size 1024,768
set output "output_Convert_2008-08-29_0000.png"
set title "Convert 2008-08-29_0000
set xlabel "tests"
set ylabel "time"
plot "bench_Convert_2008-08-29_0000.itoa 10.data" using 1:2 title 'itoa 10' with line, \
"bench_Convert_2008-08-29_0000.itoa 16.data" using 1:2 title 'itoa 16' with line, \
"bench_Convert_2008-08-29_0000.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \
"bench_Convert_2008-08-29_0000.snprintf 16.data" using 1:2 title 'snprintf 16' with line, \
"bench_Convert_2008-08-29_0000.snprintf a.data" using 1:2 title 'snprintf a' with line, \
"bench_Convert_2008-08-29_0000.dtoa.data" using 1:2 title 'dtoa' with line, \
"bench_Convert_2008-08-29_0000.gstrtod.data" using 1:2 title 'gstrtod' with line

View File

@ -1,17 +0,0 @@
set autoscale # scale axes automatically
unset log # remove any log-scaling
unset label # remove any previous labels
set xtic auto # set xtics automatically
set ytic auto # set ytics automatically
set terminal png size 1024,768
set output "output_Convert_2008-08-29_16:21:07.png"
set title "Convert 2008-08-29_16:21:07
set xlabel "tests"
set ylabel "time"
plot "bench_Convert_2008-08-29_16:21:07.itoa 10.data" using 1:2 title 'itoa 10' with line, \
"bench_Convert_2008-08-29_16:21:07.itoa 16.data" using 1:2 title 'itoa 16' with line, \
"bench_Convert_2008-08-29_16:21:07.snprintf 10.data" using 1:2 title 'snprintf 10' with line, \
"bench_Convert_2008-08-29_16:21:07.snprintf 16.data" using 1:2 title 'snprintf 16' with line, \
"bench_Convert_2008-08-29_16:21:07.snprintf a.data" using 1:2 title 'snprintf a' with line, \
"bench_Convert_2008-08-29_16:21:07.dtoa.data" using 1:2 title 'dtoa' with line, \
"bench_Convert_2008-08-29_16:21:07.gstrtod.data" using 1:2 title 'gstrtod' with line

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@ -0,0 +1,17 @@
set autoscale # scale axes automatically
unset log # remove any log-scaling
unset label # remove any previous labels
set xtic auto # set xtics automatically
set ytic auto # set ytics automatically
set logscale y
set terminal png size 1024,768
set output "output_Stringshare_2008-08-08_0001.png"
set title "Stringshare 2008-08-08_0001 (superfast vs djb2)"
set xlabel "tests"
set ylabel "time"
plot "bench_Stringshare_2008-08-08_0001.stringshare.data" using 1:2 title 'stringshare-superfast' with line, \
"bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:2 title 'stringshare-djb2' with line
# "bench_Stringshare_2008-08-08_0000.stringshare.data" using 1:(2*abs($5-$2)/(abs($5)+abs($2))) title "relative error" with line

View File

@ -1,17 +0,0 @@
set autoscale # scale axes automatically
unset log # remove any log-scaling
unset label # remove any previous labels
set xtic auto # set xtics automatically
set ytic auto # set ytics automatically
set logscale y
set terminal png size 1024,768
set output "output_Stringshare_2008-08-08_17:14:32.png"
set title "Stringshare 2008-08-08_17:14:32 (superfast vs djb2)"
set xlabel "tests"
set ylabel "time"
plot "bench_Stringshare_2008-08-08_17:14:32.stringshare.data" using 1:2 title 'stringshare-superfast' with line, \
"bench_Stringshare_2008-08-08_17:09:23.stringshare.data" using 1:2 title 'stringshare-djb2' with line
# "bench_Stringshare_2008-08-08_17:09:23.stringshare.data" using 1:(2*abs($5-$2)/(abs($5)+abs($2))) title "relative error" with line