org.nuiton.wikitty.conform
Class PerformanceBenchMark

java.lang.Object
  extended by org.nuiton.wikitty.conform.PerformanceBenchMark

public class PerformanceBenchMark
extends Object

This class is NOT a test. It's a benchlark that computes values and log them. This class is named properly to prevent any test Runner to run it.

Version:
$Revision: 603 $ Last update: $Date: 2010-12-13 12:17:57 +0100 (lun., 13 déc. 2010) $ by : $Author: sletellier $
Author:
ruchaud

Field Summary
protected static org.apache.commons.logging.Log log
           
protected static int WIKITTY_SIZE
           
protected static org.nuiton.wikitty.WikittyService ws
           
 
Constructor Summary
PerformanceBenchMark()
           
 
Method Summary
 void clearStorage()
           
static void loadWikittyService()
           
 void testPerformanceWikitty()
           
protected  void testPerformanceWikitty(int fieldSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

WIKITTY_SIZE

protected static final int WIKITTY_SIZE
See Also:
Constant Field Values

ws

protected static org.nuiton.wikitty.WikittyService ws
Constructor Detail

PerformanceBenchMark

public PerformanceBenchMark()
Method Detail

loadWikittyService

public static void loadWikittyService()
                               throws Exception
Throws:
Exception

clearStorage

public void clearStorage()
                  throws Exception
Throws:
Exception

testPerformanceWikitty

public void testPerformanceWikitty()
                            throws Exception
Throws:
Exception

testPerformanceWikitty

protected void testPerformanceWikitty(int fieldSize)


Copyright © 2009-2010 CodeLutin. All Rights Reserved.