Class PerformanceBenchmarkRunnable
java.lang.Object
com.compomics.util.experiment.identification.modification.peptide_mapping.performance.PerformanceBenchmarkRunnable
- All Implemented Interfaces:
Runnable
Runnable for the benchmark.
- Author:
- Marc Vaudel
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of peptides that failed.static final intThe peptide length to use.static final intThe seed to use. -
Constructor Summary
ConstructorsConstructorDescriptionPerformanceBenchmarkRunnable(int nPeptides, Integer nMods, Integer nPossible, Integer nOccupied) Constructor. -
Method Summary
-
Field Details
-
SEED
public static final int SEEDThe seed to use.- See Also:
-
PEPTIDE_LENGTH
public static final int PEPTIDE_LENGTHThe peptide length to use.- See Also:
-
failedPeptides
public int failedPeptidesThe number of peptides that failed.
-
-
Constructor Details
-
PerformanceBenchmarkRunnable
public PerformanceBenchmarkRunnable(int nPeptides, Integer nMods, Integer nPossible, Integer nOccupied) Constructor.- Parameters:
nPeptides- The number of peptides to generate.nMods- The number of modifications to consider.nPossible- The number of possible modification sites.nOccupied- The number of occupied modification sites.
-
-
Method Details