java.lang.Object
com.compomics.util.experiment.identification.modification.peptide_mapping.performance.PerformanceBenchmarkRunnable
All Implemented Interfaces:
Runnable

public class PerformanceBenchmarkRunnable extends Object implements Runnable
Runnable for the benchmark.
Author:
Marc Vaudel
  • Field Details

    • SEED

      public static final int SEED
      The seed to use.
      See Also:
    • PEPTIDE_LENGTH

      public static final int PEPTIDE_LENGTH
      The peptide length to use.
      See Also:
    • failedPeptides

      public int failedPeptides
      The 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

    • run

      public void run()
      Specified by:
      run in interface Runnable