提交
This commit is contained in:
@@ -14,5 +14,6 @@ import java.util.stream.Stream;
|
||||
public interface DataParam {
|
||||
List<String> phases = Stream.of("A","B","C","T").collect(Collectors.toList());
|
||||
List<String> statMethods = Stream.of("avg","max","min","cp95").collect(Collectors.toList());
|
||||
long FILE_SIZE = 10 * 1024 * 1024;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user