Nux 1.6

nux.xom.sandbox
Class MemoryIndexBenchmark

java.lang.Object
  extended by nux.xom.sandbox.MemoryIndexBenchmark

public class MemoryIndexBenchmark
extends Object

Benchmarks fulltext MemoryIndex searches.

Example usage:

 java -server nux.xom.sandbox.MemoryIndexBenchmark 300 3 samples/data/randj.xml '//line' 'Romeo friend*'
 java -server nux.xom.sandbox.MemoryIndexBenchmark 200000 3 samples/data/randj10.xml '/' 'Romeo friend*'
 

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $

Method Summary
static void main(String[] args)
          Runs the benchmark
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Runs the benchmark

Throws:
Exception

Nux 1.6