Skip to content

Commit e02f6ee

Browse files
authored
Removed RustCLI experiments (#1449)
1 parent 06a791b commit e02f6ee

File tree

4 files changed

+0
-82
lines changed

4 files changed

+0
-82
lines changed

src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/RustCliDetectorExperiment.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/RustSbomVsCliExperiment.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Experiments/Configs/RustSbomVsCrateExperiment.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Microsoft.ComponentDetection.Orchestrator/Extensions/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
6565
services.AddSingleton<IExperimentService, ExperimentService>();
6666
services.AddSingleton<IExperimentProcessor, DefaultExperimentProcessor>();
6767
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
68-
services.AddSingleton<IExperimentConfiguration, RustCliDetectorExperiment>();
69-
services.AddSingleton<IExperimentConfiguration, RustSbomVsCliExperiment>();
70-
services.AddSingleton<IExperimentConfiguration, RustSbomVsCrateExperiment>();
7168
services.AddSingleton<IExperimentConfiguration, UvLockDetectorExperiment>();
7269

7370
// Detectors

0 commit comments

Comments
 (0)