Package com.alibaba.json.test.benchmark.encode

Examples of com.alibaba.json.test.benchmark.encode.EishayEncode


//        executor.getCaseList().add(new EishayDecodeBytes());
//        executor.getCaseList().add(new EishayDecode2Bytes());
//         executor.getCaseList().add(new EishayDecode());
//         executor.getCaseList().add(new EishayDecodeByClassName());
//         executor.getCaseList().add(new EishayTreeDecode());
         executor.getCaseList().add(new EishayEncode());
//         executor.getCaseList().add(new EishayEncodeManual());
        // executor.getCaseList().add(new IntArray1000Decode());
        // executor.getCaseList().add(new StringArray1000Decode());
        // executor.getCaseList().add(new Map1000StringDecode());
        // executor.getCaseList().add(new Entity100StringDecode());
View Full Code Here

TOP

Related Classes of com.alibaba.json.test.benchmark.encode.EishayEncode

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.