ada-d ~master (2025-01-11T18:21:49.1941824)
Dub
Repo
BenchmarkResults
bench
Undocumented in source.
@
safe
struct
BenchmarkResults {
Duration
totalTime
;
double
bytesPerSecond
;
double
urlsPerSecond
;
double
timePerByte
;
double
timePerUrl
;
size_t
paramCount
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bytesPerSecond
double
bytesPerSecond
;
Undocumented in source.
paramCount
size_t
paramCount
;
Undocumented in source.
timePerByte
double
timePerByte
;
Undocumented in source.
timePerUrl
double
timePerUrl
;
Undocumented in source.
totalTime
Duration
totalTime
;
Undocumented in source.
urlsPerSecond
double
urlsPerSecond
;
Undocumented in source.
Meta
Source
See Implementation
bench
functions
main
runBenchmark
structs
BenchmarkData
BenchmarkResults
variables
urlExamples