Skip to content

Commit fde683f

Browse files
committed
Test structure works; parallel doesn't
1 parent be02767 commit fde683f

File tree

4 files changed

+556
-160
lines changed

4 files changed

+556
-160
lines changed

sdk/core/azure_core_test/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ mod recording;
1515
mod root_readme;
1616
pub mod stream;
1717
pub mod tracing;
18-
use crate::perf::PerfRunner;
1918
use azure_core::Error;
2019
pub use azure_core::{error::ErrorKind, test::TestMode};
2120
pub use proxy::{matchers::*, sanitizers::*};
@@ -37,7 +36,6 @@ pub struct TestContext {
3736
module_name: &'static str,
3837
name: &'static str,
3938
recording: Option<Recording>,
40-
_performance: Option<PerfRunner>,
4139
}
4240

4341
impl TestContext {
@@ -61,7 +59,6 @@ impl TestContext {
6159
module_name: test_module,
6260
name,
6361
recording: None,
64-
_performance: None,
6562
})
6663
}
6764

0 commit comments

Comments
 (0)