Package com.dyuproject.protostuff.benchmark.serializers

Examples of com.dyuproject.protostuff.benchmark.serializers.ProtobufSpeedSerializer


        System.out.println("benchmark ended.");
    }
   
    public static void configure(BenchmarkRunner runner) throws Exception
    {
        runner.addObjectSerializer(new ProtobufSpeedSerializer());
        runner.addObjectSerializer(new ProtobufLiteSerializer());
       
        //runner.addObjectSerializer(new ProtobufCodeSizeSerializer());
        //runner.addObjectSerializer(new ProtobufJsonSerializer());
       
View Full Code Here

TOP

Related Classes of com.dyuproject.protostuff.benchmark.serializers.ProtobufSpeedSerializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.