rename result files so that we can check out on Windows
authorcaro <caro>
Sun, 5 Oct 2008 16:10:17 +0000 (16:10 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 5 Oct 2008 16:10:17 +0000 (16:10 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eina@36448 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

17 files changed:
doc/benchmark/convert/bench_Convert_2008-08-29_0000.dtoa.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.dtoa.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot [new file with mode: 0644]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.gstrtod.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.gstrtod.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_10.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.itoa 10.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.itoa_16.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.itoa 16.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_10.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.snprintf 10.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_16.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.snprintf 16.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_0000.snprintf_a.data [moved from doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.snprintf a.data with 100% similarity]
doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.gnuplot [deleted file]
doc/benchmark/convert/output_Convert_2008-08-29_0000.png [moved from doc/benchmark/convert/output_Convert_2008-08-29_16:21:07.png with 100% similarity]
doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot [new file with mode: 0644]
doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.stringshare.data [moved from doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:09:23.stringshare.data with 100% similarity]
doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0001.stringshare.data [moved from doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:14:32.stringshare.data with 100% similarity]
doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:14:32.gnuplot [deleted file]
doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.linear.png [moved from doc/benchmark/stringshare/output_Stringshare_2008-08-08_17:14:32.linear.png with 100% similarity]
doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.logscale.png [moved from doc/benchmark/stringshare/output_Stringshare_2008-08-08_17:14:32.logscale.png with 100% similarity]
doc/benchmark/stringshare/output_Stringshare_2008-08-08_0000.relative_error.png [moved from doc/benchmark/stringshare/output_Stringshare_2008-08-08_17:14:32.relative_error.png with 100% similarity]

diff --git a/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot b/doc/benchmark/convert/bench_Convert_2008-08-29_0000.gnuplot
new file mode 100644 (file)
index 0000000..9c2179c
--- /dev/null
@@ -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
diff --git a/doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.gnuplot b/doc/benchmark/convert/bench_Convert_2008-08-29_16:21:07.gnuplot
deleted file mode 100644 (file)
index 007b8ad..0000000
+++ /dev/null
@@ -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
diff --git a/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot b/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_0000.gnuplot
new file mode 100644 (file)
index 0000000..5b29765
--- /dev/null
@@ -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
+
+
diff --git a/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:14:32.gnuplot b/doc/benchmark/stringshare/bench_Stringshare_2008-08-08_17:14:32.gnuplot
deleted file mode 100644 (file)
index a7cf964..0000000
+++ /dev/null
@@ -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
-
-