File tree Expand file tree Collapse file tree 3 files changed +2408
-2
lines changed
benchmark/src/test/java/com/alibaba/fastjson2/benchmark Expand file tree Collapse file tree 3 files changed +2408
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ public static void main(String[] args) throws Exception {
18
18
// files.put("aliyun_ecs.g7.large", "/Users/wenshao/Downloads/result_2.0.33_g7.out");
19
19
files .put ("aliyun_ecs.c8y.large" , "/Users/wenshao/Downloads/result_" + JSON .VERSION + "_g8y.out" );
20
20
// 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" );
22
22
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");
24
25
25
26
PrintStream out = new PrintStream (new FileOutputStream (outFile ));
26
27
files .forEach ((k , v ) -> {
You can’t perform that action at this time.
0 commit comments