JS API Reference

Interface: ReputationProviderScores

experimental/reputation/types.ReputationProviderScores

Set of normalized scores for a provider.

All values are between 0 and 1.

Higher score is better.

Table of contents

Properties

Properties

successRate

successRate: number

Percentage of successful tasks in the last "period" (last N test runs?)

Defined in

src/experimental/reputation/types.ts:15


uptime

uptime: number

Ping percentage that got responses.

Defined in

src/experimental/reputation/types.ts:17


cpuSingleThreadScore

cpuSingleThreadScore: number

CPU single threaded benchmark score.

Defined in

src/experimental/reputation/types.ts:19


cpuMultiThreadScore

cpuMultiThreadScore: number

CPU multi-thread benchmark score.

Defined in

src/experimental/reputation/types.ts:21

Was this helpful?