Skip to content

Commit

Permalink
Put sentence on correct bullet point
Browse files Browse the repository at this point in the history
Sentence was for totalSignalsFetchLatency, but placed on the totalGenerateBidLatency bullet.
  • Loading branch information
caraitto committed Feb 23, 2023
1 parent 4bf704b commit 8fec75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ The seller is able to measure the following for each buyer, assuming permission
* `interestGroupCount`: The number of the interest groups which could participate in the auction
(i.e. the number of intererest groups on the machine for this buyer -- note the count *isn't* limited by the auction config's `perBuyerGroupLimits`). This requires the `interestGroupCounts` `sellerCapabilities` permission.
* `bidCount`: The number of valid bids generated by this buyer. This requires the `interestGroupCounts` `sellerCapabilities` permission.
* `totalGenerateBidLatency`: The sum of execution time for all generateBids() in milliseconds. If the interest group didn't fetch any trusted signals, then 0 milliseconds is reported. This requires the `latencyStats` `sellerCapabilities` permission.
* `totalSignalsFetchLatency`: The total time spent fetching trusted buyer signals in milliseconds. This requires the `latencyStats` `sellerCapabilities` permission.
* `totalGenerateBidLatency`: The sum of execution time for all generateBids() in milliseconds. This requires the `latencyStats` `sellerCapabilities` permission.
* `totalSignalsFetchLatency`: The total time spent fetching trusted buyer signals in milliseconds. If the interest group didn't fetch any trusted signals, then 0 milliseconds is reported. This requires the `latencyStats` `sellerCapabilities` permission.

Given the `auctionConfig` above, if buyer1.com had two interest groups participate in the auction,
their trusted buyer signals fetch taking 10ms, their `generateBid()` scripts running for 2ms and
Expand Down

0 comments on commit 8fec75d

Please sign in to comment.