Companion

object Companion

Functions

Link copied to clipboard
fun doRun(host: String, port: Int, numberOfThreads: Int, connectionsPerThread: Int, queueSize: Int, highPressure: Boolean, gracefulMillis: Long, timeMillis: Long, builder: RequestResponseBuilder.() -> Unit)
fun doRun(url: String, host: String, port: Int, numberOfThreads: Int, connectionsPerThread: Int, queueSize: Int, highPressure: Boolean, gracefulMillis: Long, timeMillis: Long)
Link copied to clipboard
fun main(args: Array<String>)