X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=benchmark%2Fmain.ml;h=7f6b3ad427fdae0e648c2dc38a0a5690dbfa6e25;hb=eebef30070a951d852ce5811b289d8131a5300eb;hp=98a9519ba144fdf5cf67de2eb21a07074b4b3530;hpb=c10ce35cd399aff15a49f3b24a31b38cb2191da0;p=SXSI%2Fxpathcomp.git diff --git a/benchmark/main.ml b/benchmark/main.ml index 98a9519..7f6b3ad 100644 --- a/benchmark/main.ml +++ b/benchmark/main.ml @@ -83,19 +83,19 @@ module CONF : CONFIGURATION = struct let path = "." let result_basename = "test" - let num_runs = 5 - let run_with_output = true + let num_runs = 1 + let run_with_output = false let run_without_output = true end module I = INIT_TESTER (CONF) -module Test = MK (SXSI) (MK (SaxonBXQuery) (I)) - +module TestOld = MK (SXSI) (MK (SaxonBXQuery) (I)) +module Test = MK (SXSI) (I) let l = Test.test_engine [] (make_queryset ["/home/kim/Documents/Work/Code/xpathcomp/tests/tiny.xml"] - ["/descendant::*/descendant::*/descendant::*"]) + ["/child::*"]) ;;