| java.lang.Object com.sosnoski.xmlbench.XMLBench
XMLBench | public class XMLBench (Code) | | Benchmark program for comparing performance of Java XML parsers and
document representations. Performance is measured in terms of both
speed and memory requirement for constructing the document representation
from a SAX parse, and in terms of speed for walking the representation and
generating text output.
author: Dennis M. Sosnoski version: 1.2 |
Method Summary | |
public static void | main(String[] argv) Test driver, just reads the input parameters and executes the test. |
BRIEF_ITEM_WIDTH | final public static int BRIEF_ITEM_WIDTH(Code) | | Width of each item field in brief format.
|
BRIEF_LINE_LENGTH | final public static int BRIEF_LINE_LENGTH(Code) | | Output line length for brief format.
|
BRIEF_PER_LINE | final public static int BRIEF_PER_LINE(Code) | | Number of brief format items per output line.
|
DELAY_BETWEEN_DOCUMENTS | final public static int DELAY_BETWEEN_DOCUMENTS(Code) | | Wait time between test documents (ms).
|
main | public static void main(String[] argv)(Code) | | Test driver, just reads the input parameters and executes the test.
Parameters: argv - command line arguments |
|
|