Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 14, 2024
1 parent 686fe3e commit a4618b4
Show file tree
Hide file tree
Showing 3 changed files with 2,408 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ public static void main(String[] args) throws Exception {
// files.put("aliyun_ecs.g7.large", "/Users/wenshao/Downloads/result_2.0.33_g7.out");
files.put("aliyun_ecs.c8y.large", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_g8y.out");
// files.put("aws_ecs.c6g.large", "/Users/wenshao/Downloads/result_2.0.41_aws_c6g.out");
// files.put("aws_ecs.c7g.large", "/Users/wenshao/Downloads/result_2.0.41_aws_c7g.out");
files.put("aws_ecs.c7g.large", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_aws_c7g.out");
files.put("orangepi5p", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_orangepi5.out");
files.put("MacBookM1Pro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_applem1pro.out");
files.put("orangepi_aipro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_orangepi_aipro.out");
// files.put("MacBookM1Pro", "/Users/wenshao/Downloads/result_" + JSON.VERSION + "_applem1pro.out");

PrintStream out = new PrintStream(new FileOutputStream(outFile));
files.forEach((k, v) -> {
Expand Down
Loading

0 comments on commit a4618b4

Please sign in to comment.