Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : proto/eina

Dir     : e17/proto/eina/src/tests


Modified Files:
        eina_bench.c 


Log Message:
Line give nicer graphics.


===================================================================
RCS file: /cvs/e/e17/proto/eina/src/tests/eina_bench.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- eina_bench.c        8 Aug 2008 15:55:09 -0000       1.4
+++ eina_bench.c        13 Aug 2008 09:33:08 -0000      1.5
@@ -158,7 +158,7 @@
        else fprintf(main_script, ", \\\n");
 
        fprintf(main_script,
-               "\"%s\" using 1:2 title \'%s\' with points",
+               "\"%s\" using 1:2 title \'%s\' with line",
                buffer, run->name);
      }
 
@@ -177,9 +177,9 @@
 };
 
 static const Eina_Bench_Case etc[] = {
-  { "Hash", eina_bench_hash },
+/*   { "Hash", eina_bench_hash }, */
   { "Array vs List vs Inlist", eina_bench_array },
-  { "Stringshare", eina_bench_stringshare },
+/*   { "Stringshare", eina_bench_stringshare }, */
   { NULL, NULL }
 };
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to