dot-benchmark: Benchmark spectra per second

.benchmarkR Documentation

Benchmark spectra per second

Description

Benchmark spectra per second

Usage

.benchmark(rawfile)

Arguments

rawfile

the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument.

Author(s)

Christian Panse 2024-11-05

Examples

sampleFilePath() |> rawrr:::.benchmark() -> S

plot (count / runTimeInSec ~ count,
  log='xy',
  data=S,
  sub = paste0("Overall runtime took ", round(sum(S$runTimeInSec), 3), " seconds."),
  xlab = 'number of random generated scan ids',
  main = "benchmark spectra per second")


fgcz/rawR documentation built on Dec. 8, 2024, 1:37 a.m.