Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 9 of 9) sorted by relevance

/curl/tests/http/
H A Dtest_03_goaway.py77 assert r.duration >= timedelta(seconds=count)
106 assert r.duration >= timedelta(seconds=count-1)
145 assert r.duration >= timedelta(seconds=count)
H A Dscorecard.py153 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 Dtest_02_download.py456 assert r.duration > timedelta(seconds=min_duration), \
/curl/tests/http/testenv/
H A Dcurl.py72 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 Dclient.py112 duration=datetime.now() - start)
H A Dhttpd.py132 duration=datetime.now() - start)
/curl/docs/libcurl/
H A Dlibcurl-ws.md111 then blocks for the whole duration of the connection. libcurl calls the
/curl/tests/
H A Druntests.pl1798 my $duration = sprintf("duration: %02d:%02d",
1802 $count, $total, $timeleft, $took, $duration);
H A Druntests.md57 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31)

Completed in 24 milliseconds