ShardingOptionResponse

data class ShardingOptionResponse(val manualSharding: ManualShardingResponse, val smartSharding: SmartShardingResponse, val uniformSharding: UniformShardingResponse)

Options for enabling sharding.

Constructors

Link copied to clipboard
constructor(manualSharding: ManualShardingResponse, smartSharding: SmartShardingResponse, uniformSharding: UniformShardingResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Shards test cases into the specified groups of packages, classes, and/or methods.

Link copied to clipboard

Shards test based on previous test case timing records.

Link copied to clipboard

Uniformly shards test cases given a total number of shards.