long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
lib-benchmark
/
org.artofdev.tasks.benchmark.lib
/
BenchmarkTiming
Benchmark
Timing
data
class
BenchmarkTiming
(
val
requests
:
Int
,
val
totalTimeMs
:
Long
)
Members
Constructors
Benchmark
Timing
Link copied to clipboard
constructor
(
requests
:
Int
,
totalTimeMs
:
Long
)
Properties
items
Per
Seconds
Link copied to clipboard
val
itemsPerSeconds
:
Double
requests
Link copied to clipboard
val
requests
:
Int
total
Time
Ms
Link copied to clipboard
val
totalTimeMs
:
Long