We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae7bc7 commit efa008aCopy full SHA for efa008a
crates/tap-agent/src/agent.rs
@@ -68,6 +68,9 @@ pub mod sender_allocation_task;
68
/// Comprehensive tests for tokio migration
69
#[cfg(test)]
70
mod test_tokio_migration;
71
+/// Regression tests comparing ractor vs tokio behavior
72
+#[cfg(test)]
73
+mod test_tokio_regression;
74
/// Unaggregated receipts containing total value and last id stored in the table
75
pub mod unaggregated_receipts;
76
0 commit comments