Skip to content

Commit

Permalink
More tracing around shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jun 15, 2024
1 parent 9c4e4b7 commit 2d4cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/protocol/ipa_prf/shuffle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod base;
mod sharded;
pub(crate) mod step;

#[tracing::instrument(name = "shuffle_inputs", skip_all)]
#[tracing::instrument(name = "shuffle_inputs", skip_all, fields(sz = input.len()))]
pub async fn shuffle_inputs<C, BK, TV, TS>(
ctx: C,
input: Vec<OPRFIPAInputRow<BK, TV, TS>>,
Expand Down

0 comments on commit 2d4cd58

Please sign in to comment.