update benchmark data

This commit is contained in:
wenshao 2025-02-27 06:59:16 +08:00
parent 0fccd4ee5b
commit 79121d7cb0
3 changed files with 9 additions and 10 deletions

View File

@ -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 :

View File

@ -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();
}

View File

@ -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();
}