java.lang.Object
com.compomics.util.experiment.identification.modification.peptide_mapping.performance.PerformanceBenchmark

public class PerformanceBenchmark extends Object
Performance benchmark for the ModificationPeptideMapping class.
Author:
Marc Vaudel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The number of times each analysis needs to be replicated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    This main method runs different performance benchmarks on the ModificationPeptideMapping class and exports the results.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • REPLICATES

      public static final int REPLICATES
      The number of times each analysis needs to be replicated.
      See Also:
  • Constructor Details

    • PerformanceBenchmark

      public PerformanceBenchmark()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args)
      This main method runs different performance benchmarks on the ModificationPeptideMapping class and exports the results.
      Parameters:
      args - The file where to write the results.