Skip to content

Commit

Permalink
fix(profiles): Use the duration reported by the profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Sep 20, 2024
1 parent 4e0b8bf commit 1318553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay-profiling/src/android.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ mod tests {
);
assert_eq!(profile.metadata.active_thread_id, 12345);
assert_eq!(profile.metadata.transaction_name, "transaction1");
assert_eq!(profile.metadata.duration_ns, 1000000000);
}

#[test]
Expand Down

0 comments on commit 1318553

Please sign in to comment.