Skip to content

Commit

Permalink
update benchmark data
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed May 27, 2023
1 parent a201953 commit 9902a31
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 501 deletions.
Expand Up @@ -17,7 +17,7 @@ public static void main(String[] args) throws Exception {
files.put("aliyun_ecs.g8y.large", "/Users/wenshao/Downloads/result_2.0.33_g8y.out");
// files.put("aws_ecs.c6g.large", "/Users/wenshao/Downloads/result_2.0.33_aws_c6g.out");
// files.put("aws_ecs.c7g.large", "/Users/wenshao/Downloads/result_2.0.33_aws_c7g.out");
// files.put("OrangePI5", "/Users/wenshao/Downloads/result_2.0.31_orangepi5.out");
// files.put("OrangePI5", "/Users/wenshao/Downloads/result_2.0.33_orangepi5.out");

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

0 comments on commit 9902a31

Please sign in to comment.