Nux 1.3

nux.xom.tests
Class BinaryXMLTest

java.lang.Object
  extended bynux.xom.tests.BinaryXMLTest

public final class BinaryXMLTest
extends Object

Tests and benchmarks bnux format against a set of standard textual XML files. Command line options allow to round-trip and check canonical XML results. They also allow to benchmark serialization, deserialization or both, either via bnux or xom.

Example usage:

 java -server nux.xom.tests.BinaryXMLTest check bnux 0 1 1 samples/data/*.xml
 java -server nux.xom.tests.BinaryXMLTest ser bnux 0 15000 3 samples/data/periodic.xml
 java -server nux.xom.tests.BinaryXMLTest deser bnux 0 15000 3 samples/data/periodic.xml
 java -server nux.xom.tests.BinaryXMLTest serdeser bnux 0 15000 3 samples/data/periodic.xml
 java -server nux.xom.tests.BinaryXMLTest serdeser xom 0 15000 3 samples/data/periodic.xml
 

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

Method Summary
static void main(String[] args)
           
 
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
Throws:
Exception

Nux 1.3