Skip to content

Commit

Permalink
Merge pull request #278 from sxci/update_chunksize
Browse files Browse the repository at this point in the history
修改一个测试[ci skip]
  • Loading branch information
jemygraw committed Sep 19, 2017
2 parents a8d8a75 + 65ef243 commit 6810b49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ public void test1M() throws Throwable {
}

public void test4M() throws Throwable {
template(4 * 1024, 0.9);
template(4 * 1024, 0.6);
}

public void test8M1K() throws Throwable {
Expand Down

0 comments on commit 6810b49

Please sign in to comment.