X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=benchmark%2Fconfig.ml;fp=benchmark%2Fconfig.ml;h=01aee85a4eee49b304fbfc8d2ae2208e7d623d20;hb=7dea5fd8bedede27d4d601f85630a249bfab420b;hp=025b417d821d9b2576c06d51fee5f0694334c0b5;hpb=6b03c8ef3dac4b1de06ca577e8e0ee07c6c3eae7;p=SXSI%2Fxpathcomp.git diff --git a/benchmark/config.ml b/benchmark/config.ml index 025b417..01aee85 100644 --- a/benchmark/config.ml +++ b/benchmark/config.ml @@ -1,8 +1,8 @@ (* semi-colon separated list of input documents *) -let documents = [ "../tests/base.xml" ] +let documents = [ "../tests/tiny.srx" ] (* semi-colon separated list of XPath queries *) -let queries = [ "/child::*"; "//*" ] +let queries = [ "/*" ] (* I is the initial configuration @@ -16,12 +16,12 @@ module CONF : CONFIGURATION = struct let path = "." let result_basename = "test" - let num_runs = 5 + let num_runs = 1 let run_with_output = true let run_without_output = true end module I = INIT_TESTER (CONF) -module TEST = MK (SXSI) (MK (SaxonBXQuery) (I)) +module TEST = MK (SXSI) (I)