Packages

p

com.digitalasset.canton.ledger

indexerbenchmark

package indexerbenchmark

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Config(updateCount: Option[Long], updateSource: String, metricsReporter: Option[MetricsReporter], metricsReportingInterval: Duration, indexServiceConfig: IndexServiceConfig, indexerConfig: IndexerConfig, waitForUserInput: Boolean, minUpdateRate: Option[Long], participantId: ParticipantId, dataSource: ParticipantDataSourceConfig) extends Product with Serializable

    updateCount

    The number of updates to process.

    updateSource

    The name of the source of state updates.

    waitForUserInput

    If enabled, the app will wait for user input after the benchmark has finished, but before cleaning up resources.

  2. class IndexerBenchmark extends NamedLogging
  3. class IndexerBenchmarkResult extends MetricValues

Value Members

  1. object Config extends Serializable
  2. object IndexerBenchmark

Ungrouped