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 be02767 commit fde683fCopy full SHA for fde683f
sdk/core/azure_core_test/src/lib.rs
@@ -15,7 +15,6 @@ mod recording;
15
mod root_readme;
16
pub mod stream;
17
pub mod tracing;
18
-use crate::perf::PerfRunner;
19
use azure_core::Error;
20
pub use azure_core::{error::ErrorKind, test::TestMode};
21
pub use proxy::{matchers::*, sanitizers::*};
@@ -37,7 +36,6 @@ pub struct TestContext {
37
36
module_name: &'static str,
38
name: &'static str,
39
recording: Option<Recording>,
40
- _performance: Option<PerfRunner>,
41
}
42
43
impl TestContext {
@@ -61,7 +59,6 @@ impl TestContext {
61
59
module_name: test_module,
62
60
name,
63
recording: None,
64
- _performance: None,
65
})
66
67
0 commit comments