Skip to content

Commit bc68058

Browse files
docs: implied rps note
1 parent fc3dce4 commit bc68058

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crescendo/src/workers/network.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub async fn network_worker(worker_id: usize) {
5454
let start_time = Instant::now();
5555
match client.request(req).await {
5656
Ok(res) => {
57+
// Note: May be better to print for random workers, or a range, or the median + last + first.
5758
if worker_id == 0 {
5859
let duration = start_time.elapsed();
5960
let implied_total_rps =

0 commit comments

Comments
 (0)