update benchmark data
This commit is contained in:
parent
0fccd4ee5b
commit
79121d7cb0
@ -14,9 +14,9 @@ public class TaobaoH5ApiTreeTest {
|
||||
long millis = System.currentTimeMillis() - start;
|
||||
System.out.println("TaobaoH5ApiTree-fastjson2 : " + millis);
|
||||
|
||||
// zulu8.62.0.19 : 1940 1592 1423
|
||||
// zulu11.52.13 : 2836 1701 2257
|
||||
// zulu17.32.13 : 1516
|
||||
// zulu8.62.0.19 : 1940 1592 1423 1168
|
||||
// zulu11.52.13 : 2836 1701 2257 1194
|
||||
// zulu17.32.13 : 1516 1240
|
||||
// zulu18.28.13 : 1527
|
||||
// zulu19.0.47 :
|
||||
// corretto-8 :
|
||||
|
@ -68,9 +68,8 @@ public class ClientsWriteUTF8BytesTest {
|
||||
benchmark.fastjson2_str(BH);
|
||||
}
|
||||
long millis = System.currentTimeMillis() - start;
|
||||
System.out.println("ClientsWriteUTF8Bytes-fastjson2 millis : " + millis);
|
||||
// zulu17.40.19 :
|
||||
// zulu17.40.19_vec : 1139 1313 1307 1206
|
||||
System.out.println("ClientsWriteUTF8Bytes-fastjson2_str millis : " + millis);
|
||||
// zulu17.40.19 : 1158 1192
|
||||
}
|
||||
}
|
||||
|
||||
@ -98,11 +97,11 @@ public class ClientsWriteUTF8BytesTest {
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
fastjson2();
|
||||
// fastjson2();
|
||||
// wast();
|
||||
// jsonb();
|
||||
// jsonb_beanToArray();
|
||||
// fastjson2_str();
|
||||
fastjson2_str();
|
||||
// dsljson();
|
||||
// jackson();
|
||||
}
|
||||
|
@ -78,9 +78,9 @@ public class UsersParseUTF8BytesTest {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
// fastjson2();
|
||||
fastjson2_str();
|
||||
// fastjson2_str();
|
||||
// fastjson2_chars();
|
||||
// wast();
|
||||
wast();
|
||||
// dsljson();
|
||||
// jackson();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user