SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
feature/benchmark
/
com.shifthackz.aisdv1.feature.benchmark
/
WorkloadScore
Workload
Score
private
data
class
WorkloadScore
(
val
score
:
Int
,
val
elapsedMs
:
Int
,
val
passes
:
Int
)
(
source
)
Members
Constructors
Workload
Score
Link copied to clipboard
constructor
(
score
:
Int
,
elapsedMs
:
Int
,
passes
:
Int
)
Properties
elapsed
Ms
Link copied to clipboard
val
elapsedMs
:
Int
passes
Link copied to clipboard
val
passes
:
Int
score
Link copied to clipboard
val
score
:
Int