Class: PgEventstore::SubscriptionHandlerPerformance

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/pg_eventstore/subscriptions/subscription_handler_performance.rb,
sig/pg_eventstore/subscriptions/subscription_handler_performance.rbs

Overview

This class measures the performance of Subscription's handler and returns the average time required to process an event.

Constant Summary collapse

TIMINGS_TO_KEEP =

Returns the number of measurements to keep.

Returns:

  • (Integer)

    the number of measurements to keep

10