Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BaseEvent<T>

Type parameters

Hierarchy

Index

Properties

rawEvent

rawEvent: benchmark.Event

suite

suite: benchmark.Suite

suiteProgress

suiteProgress: { completed: boolean; current: number; total: number }

Type declaration

  • completed: boolean
  • current: number
  • total: number

type

type: T

Generated using TypeDoc