Skip to content

Commit 354c508

Browse files
committed
nf - upd workflow
1 parent 55dfd02 commit 354c508

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

benchmarks/performance_tests.nf

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ workflow {
9595
// ch_fastqgz.view()
9696
// ch_fastq.view()
9797
// ch_zstd_compression.view()
98+
// ch_phredsort_bins.view()
99+
98100

99101
// Cartesian product of:
100102
// - phredsort binary (version)
@@ -120,17 +122,17 @@ workflow {
120122
tuple(phredsort_bin, version, input, compression_level)
121123
}
122124

123-
// ch_zstd_combinations.view()
125+
// ch_task_combinations.view()
126+
124127

125-
// Run stdin-based ZSTD benchmarks
126-
ch_zstd_combinations | zstd_benchmark
128+
// Run benchmarks for all parameter combinations
129+
ch_task_combinations | phredsorting
127130

131+
/*
128132
// Run stdin-based snappy benchmarks
129-
ch_fastqgz | snappy_benchmark
133+
// ch_fastqgz | snappy_benchmark
130134
131-
// Run file-based benchmarks
132-
ch_fastqgz | file_benchmark_compressed
133-
ch_fastq | file_benchmark_uncompressed
135+
*/
134136
}
135137

136138

0 commit comments

Comments
 (0)