Class: Homebrew::DevCmd::Benchmark::Scenario Private

Inherits:
T::Struct
  • Object
show all
Defined in:
dev-cmd/benchmark.rb

This class is part of a private API. This class may only be used in the Homebrew/brew repository. Third parties should avoid using this class if possible, as it may be removed or changed without warning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operation:, workload:, formulae:) ⇒ void

Parameters:



# File ''

const :operation, String
const :workload, String
const :formulae, T::Array[String]

Instance Attribute Details

#formulaeArray<String> (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of prop formulae.

Returns:



# File ''

const :formulae, T::Array[String]

#operationString (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of prop operation.

Returns:



# File ''

const :operation, String

#workloadString (readonly)

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Returns the value of prop workload.

Returns:



# File ''

const :workload, String