Skip to content

Commit a4618b4

Browse files
committed
update benchmark
1 parent 686fe3e commit a4618b4

File tree

3 files changed

+2408
-2
lines changed

3 files changed

+2408
-2
lines changed

benchmark/src/test/java/com/alibaba/fastjson2/benchmark/ReadResult.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ public static void main(String[] args) throws Exception {
1818
// files.put("aliyun_ecs.g7.large", "/Users/wenshao/Downloads/result_2.0.33_g7.out");
1919
files.put("aliyun_ecs.c8y.large", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_g8y.out");
2020
// files.put("aws_ecs.c6g.large", "/Users/wenshao/Downloads/result_2.0.41_aws_c6g.out");
21-
// files.put("aws_ecs.c7g.large", "/Users/wenshao/Downloads/result_2.0.41_aws_c7g.out");
21+
files.put("aws_ecs.c7g.large", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_aws_c7g.out");
2222
files.put("orangepi5p", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_orangepi5.out");
23-
files.put("MacBookM1Pro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_applem1pro.out");
23+
files.put("orangepi_aipro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_orangepi_aipro.out");
24+
// files.put("MacBookM1Pro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_applem1pro.out");
2425

2526
PrintStream out = new PrintStream(new FileOutputStream(outFile));
2627
files.forEach((k, v) -> {

0 commit comments

Comments
 (0)