SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.benchmark
/
BenchmarkCaseBuilder
Benchmark
Case
Builder
class
BenchmarkCaseBuilder
(
source
)
Members
Functions
description
Link copied to clipboard
fun
description
(
text
:
String
)
iterations
Link copied to clipboard
fun
iterations
(
iterations
:
Int
)
run
Link copied to clipboard
fun
run
(
block
:
BenchmarkExecutionScope
.
(
)
->
Unit
)
setup
Link copied to clipboard
fun
setup
(
block
:
BenchmarkExecutionScope
.
(
)
->
Unit
)
teardown
Link copied to clipboard
fun
teardown
(
block
:
BenchmarkExecutionScope
.
(
)
->
Unit
)
warmup
Link copied to clipboard
fun
warmup
(
iterations
:
Int
)