.benchmark | R Documentation |
Benchmark spectra per second
.benchmark(rawfile)
rawfile |
the name of the raw file containing the mass spectrometry data from the Thermo Fisher Scientific instrument. |
Christian Panse 2024-11-05
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.