Skip to content

Commit

Permalink
Some more formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caraitto committed Nov 12, 2022
1 parent 05a5fbf commit 4952c40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,11 @@ const auctionConfig = {
```

The seller is able to measure the following for each buyer:
* interestGroupCount: The number of the interest groups which could participate in the auction
* `interestGroupCount`: The number of the interest groups which could participate in the auction
(i.e. the interest group’s owner was listed in the `interestGroupBuyers`)
* bidCount: The number of valid bids generated by this buyer
* totalGenerateBidLatency: The sum of execution time for all generateBids() in milliseconds
* totalSignalsFetchLatency: The total time spent fetching trusted buyer signals in milliseconds
* `bidCount`: The number of valid bids generated by this buyer
* `totalGenerateBidLatency`: The sum of execution time for all generateBids() in milliseconds
* `totalSignalsFetchLatency`: The total time spent fetching trusted buyer signals in milliseconds

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 4952c40

Please sign in to comment.