From 88ab15c6c1a49903558741e5ede4fad4ada252d8 Mon Sep 17 00:00:00 2001 From: "shaojin.wensj" Date: Sun, 12 Feb 2023 17:20:58 +0800 Subject: [PATCH] add android benchmark data --- docs/android_benchmark.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/android_benchmark.md b/docs/android_benchmark.md index 4211ef12d7..9d14f9ec37 100644 --- a/docs/android_benchmark.md +++ b/docs/android_benchmark.md @@ -1,18 +1,20 @@ # 1. SerDe Benchmark +执行10000次的耗时,数字越小越好。 -| | libaray | eishay-ser | eishay-deser | -|------------------|-----------|--------------|----------------| -| Huawei Mate40Pro | fastjson2 | 104 | 115 | -| | fastjson1 | 69 | 109 | -| | jackson | 154 | 196 | -| | gson | 411 | 183 | +| 手机型号 | libaray | eishay-ser | eishay-deser | +|-------------------|-----------|--------------|----------------| +| Huawei Mate40 Pro | fastjson2 | 104 | 115 | +| | fastjson1 | 69 | 109 | +| | jackson | 154 | 196 | +| | gson | 411 | 183 | # 2. Parse Benchmark +执行1000次的耗时,数字越小越好。 -| ˚ | libaray | eishay | cart | homepage | h5api | -|------------------|-----------|----------|------|------------|------------| -| Huawei Mate40Pro | fastjson2 | 34 | 3556 | 1411 | 3252 | -| | fastjson1 | 79 | 3699 | 1621 | 3330 | -| | orgjson | 53 | 5238 | 1924 | 4400 | +| 手机型号 ˚ | libaray | eishay | cart | homepage | h5api | +|-------------------|-----------|----------|------|------------|------------| +| Huawei Mate40 Pro | fastjson2 | 34 | 3556 | 1411 | 3252 | +| | fastjson1 | 79 | 3699 | 1621 | 3330 | +| | orgjson | 53 | 5238 | 1924 | 4400 |