com.bubble.serializer.benchmark
Class SerializationBenchmark

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.bubble.serializer.benchmark.SerializationBenchmark
All Implemented Interfaces:
junit.framework.Test

public class SerializationBenchmark
extends junit.framework.TestCase


Constructor Summary
SerializationBenchmark()
           
 
Method Summary
 void testBubbleSpeedMany()
           
 void testBubbleSpeedSingle()
           
 void testJavaSpeedMany()
           
 void testJavaSpeedSingle()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializationBenchmark

public SerializationBenchmark()
Method Detail

testJavaSpeedSingle

public void testJavaSpeedSingle()
                         throws java.io.IOException
Throws:
java.io.IOException

testJavaSpeedMany

public void testJavaSpeedMany()
                       throws java.io.IOException
Throws:
java.io.IOException

testBubbleSpeedSingle

public void testBubbleSpeedSingle()

testBubbleSpeedMany

public void testBubbleSpeedMany()


Faster Java Serialization.
Copyright (C) 2006 Leonardo Bubble Mesquita.