Class PerformanceBenchmark
java.lang.Object
com.compomics.util.experiment.identification.modification.peptide_mapping.performance.PerformanceBenchmark
Performance benchmark for the ModificationPeptideMapping class.
- Author:
- Marc Vaudel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe number of times each analysis needs to be replicated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REPLICATES
public static final int REPLICATESThe number of times each analysis needs to be replicated.- See Also:
-
-
Constructor Details
-
PerformanceBenchmark
public PerformanceBenchmark()Constructor.
-
-
Method Details
-
main
This main method runs different performance benchmarks on the ModificationPeptideMapping class and exports the results.- Parameters:
args- The file where to write the results.
-