PlanKey

final case class PlanKey[P](bmIndex: Int, paramIndex: Int)(bm: Benchmark[P], param: P)

Unique key for a (benchmark, param) tuple in a Plan.

Universal equality holds; it can be used as a map key.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val bm: Benchmark[P]
val param: P