H A D | scorecard.py | 50 server_port: int, argument 51 verbose: int, argument 52 curl_verbose: int, argument 53 download_parallel: int = 0, argument 239 def downloads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: argument 361 def uploads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: argument 376 def do_requests(self, url: str, count: int, max_parallel: int = 1): argument 434 download_count: int = 50, argument 436 upload_count: int = 50, argument 656 size = int(m.group(1)) [all …]
|