X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerChoiceStrategyOptions.html;h=d974b459d5e6c3fd0ecd0ca81990ca7a1bd8b931;hb=8d98e603c79d8d00b2b6a33e5f732701a7466234;hp=83ec3f4cbcd1fda2c751029b62600be0a92963d1;hpb=73d8141b526469f4fce46da956280f2b9146accb;p=poolifier.git diff --git a/docs/interfaces/WorkerChoiceStrategyOptions.html b/docs/interfaces/WorkerChoiceStrategyOptions.html index 83ec3f4c..d974b459 100644 --- a/docs/interfaces/WorkerChoiceStrategyOptions.html +++ b/docs/interfaces/WorkerChoiceStrategyOptions.html @@ -23,7 +23,7 @@ +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:41
  • @@ -32,6 +32,7 @@

    Properties

    @@ -39,12 +40,21 @@
    medRunTime?: boolean
    -

    Use tasks median run time instead of average run time.

    +

    Use tasks median runtime instead of average runtime.

    Default Value

    false

    +
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:47
  • +
    + +
    medWaitTime?: boolean
    +

    Use tasks median wait time instead of average runtime.

    + +

    Default Value

    false

    +
    weights?: Record<number, number>
    @@ -54,7 +64,7 @@ Weight is the tasks maximum average or median runtime in milliseconds.

    Default Value

    Computed worker weights automatically given the CPU performance.

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

    \ No newline at end of file