Skip to content

Commit

Permalink
Removed experiments on released detectors: NPM Lockfile V3 and Nuget (#…
Browse files Browse the repository at this point in the history
…939)

* Removed experiments on released detectors: NPM Lockfile V3 and Nuget
  • Loading branch information
grvillic authored Dec 19, 2023
1 parent 6da1976 commit cf78e59
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 68 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.ComponentDetection.Orchestrator.Experiments.Configs;
namespace Microsoft.ComponentDetection.Orchestrator.Experiments.Configs;

using System.Threading.Tasks;
using Microsoft.ComponentDetection.Contracts;
Expand Down Expand Up @@ -41,7 +41,6 @@ public interface IExperimentConfiguration
/// components that were detected. If any call to this method returns <c>false</c>, the experiment will not be
/// recorded.
/// </summary>
/// <example><see cref="NpmLockfile3Experiment.ShouldRecord"/>.</example>
/// <param name="componentDetector">The component detector.</param>
/// <param name="numComponents">The number of components found by the <paramref name="componentDetector"/>.</param>
/// <returns><c>true</c> if the experiment should be recorded; otherwise, <c>false</c>.</returns>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s
// Experiments
services.AddSingleton<IExperimentService, ExperimentService>();
services.AddSingleton<IExperimentProcessor, DefaultExperimentProcessor>();
services.AddSingleton<IExperimentConfiguration, NewNugetExperiment>();
services.AddSingleton<IExperimentConfiguration, NpmLockfile3Experiment>();
services.AddSingleton<IExperimentConfiguration, SimplePipExperiment>();
services.AddSingleton<IExperimentConfiguration, RustCliDetectorExperiment>();

Expand Down

0 comments on commit cf78e59

Please sign in to comment.