Skip to content

Commit

Permalink
Remove the misleading fairly balanced text
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 19, 2024
1 parent 436e89d commit b61c193
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1145,9 +1145,7 @@ pub struct BatchExecutionTiming {
/// as a whole for each rayon processing session, also after blockstore_processor's rebatching.
///
/// When unified scheduler is enabled, this field isn't maintained, because it's not batched at
/// all and thus execution is fairly evenly distributed across its worker threads in the
/// granularity of individual transactions, meaning single-threaded metrics can reliably
/// be derived from dividing replay-slot-stats by the number of threads.
/// all.
slowest_thread: ThreadExecuteTimings,
}

Expand Down

0 comments on commit b61c193

Please sign in to comment.