blob: 115500719971fac5921a2df4368e7c608177800e [file] [log] [blame]
koder aka kdanilov70227062016-11-26 23:23:21 +02001from typing import Any, Optional, Dict, List
2
3def rpc_run_fio(cfg: Dict[str, str]) -> Any: ...
4def rpc_check_file_prefilled(path: str, used_size_mb: int) -> bool: ...
5def rpc_prefill_test_files(files: Dict[str, int], force: bool = False, fio_path: str = 'fio') -> Optional[int]: ...
6
7
8def load_fio_log_file(fname: str) -> List[float]: ...