Searched refs:duration (Results 1 – 9 of 9) sorted by relevance
/curl/tests/http/ |
H A D | test_03_goaway.py | 77 assert r.duration >= timedelta(seconds=count) 106 assert r.duration >= timedelta(seconds=count-1) 145 assert r.duration >= timedelta(seconds=count)
|
H A D | scorecard.py | 153 samples.append(total_size / r.duration.total_seconds()) 182 samples.append(total_size / r.duration.total_seconds()) 217 samples.append(total_size / r.duration.total_seconds()) 278 samples.append(total_size / r.duration.total_seconds()) 306 samples.append(total_size / r.duration.total_seconds()) 339 samples.append(total_size / r.duration.total_seconds()) 399 samples.append(count / r.duration.total_seconds())
|
H A D | test_02_download.py | 456 assert r.duration > timedelta(seconds=min_duration), \
|
/curl/tests/http/testenv/ |
H A D | curl.py | 72 def duration(self) -> timedelta: member in RunProfile 188 duration: Optional[timedelta] = None, 200 self._duration = duration if duration is not None else timedelta() 262 def duration(self) -> timedelta: member in ExecResult 806 duration = now - started_at 817 duration=datetime.now() - started_at,
|
H A D | client.py | 112 duration=datetime.now() - start)
|
H A D | httpd.py | 132 duration=datetime.now() - start)
|
/curl/docs/libcurl/ |
H A D | libcurl-ws.md | 111 then blocks for the whole duration of the connection. libcurl calls the
|
/curl/tests/ |
H A D | runtests.pl | 1798 my $duration = sprintf("duration: %02d:%02d", 1802 $count, $total, $timeleft, $took, $duration);
|
H A D | runtests.md | 57 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31)
|
Completed in 24 milliseconds