X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FRequiredStatistics.html;h=220a6e46778da56d4ef28bacc9f6bb4dc38c0e63;hb=8d98e603c79d8d00b2b6a33e5f732701a7466234;hp=5b715be4c839808e67541bd4cf23fc5ff44a8244;hpb=2946f23da560702e3f3631887e1eeb88777bd47d;p=poolifier.git diff --git a/docs/interfaces/RequiredStatistics.html b/docs/interfaces/RequiredStatistics.html index 5b715be4..220a6e46 100644 --- a/docs/interfaces/RequiredStatistics.html +++ b/docs/interfaces/RequiredStatistics.html @@ -23,7 +23,7 @@ +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:68
  • @@ -32,32 +32,56 @@

    Properties

    Properties

    avgRunTime: boolean
    -

    Require tasks average run time.

    +

    Require tasks average runtime.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:76
  • +
    + +
    avgWaitTime: boolean
    +

    Require tasks average wait time.

    +
    medRunTime: boolean
    -

    Require tasks median run time.

    +

    Require tasks median runtime.

    +
    +
    + +
    medWaitTime: boolean
    +

    Require tasks median wait time.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:92
  • runTime: boolean
    -

    Require tasks run time.

    +

    Require tasks runtime.

    +
    +
    + +
    waitTime: boolean
    +

    Require tasks wait time.

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:84
  • +
  • PoolTypes
  • +
  • WorkerChoiceStrategies
  • +
  • WorkerTypes
  • Generated using TypeDoc

    \ No newline at end of file