Task

inner class Task(val idx: Int, val target: CalibrationTarget, val timeOut: Long)

Workers for different calibrators.

Constructors

Link copied to clipboard
constructor(idx: Int, target: CalibrationTarget, timeOut: Long)

Properties

Link copied to clipboard
val idx: Int
Link copied to clipboard
val startTime: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Writes huge amounts of data to the disk. Idea: should stress the disk units.

Link copied to clipboard

Submits huge amounts of data to the server. Idea: should stress the network units.

Link copied to clipboard

Waits without doing anything. Idea: should not stress any units above the baseline consumption level.

Link copied to clipboard

Produces CPU load by calculating SHA-256 hashes. Idea: should stress the CPU units.

Link copied to clipboard
open fun run()