blob: 115500719971fac5921a2df4368e7c608177800e [file] [log] [blame]
from typing import Any, Optional, Dict, List
def rpc_run_fio(cfg: Dict[str, str]) -> Any: ...
def rpc_check_file_prefilled(path: str, used_size_mb: int) -> bool: ...
def rpc_prefill_test_files(files: Dict[str, int], force: bool = False, fio_path: str = 'fio') -> Optional[int]: ...
def load_fio_log_file(fname: str) -> List[float]: ...