File tree Expand file tree Collapse file tree
pipeline_benchmark_directory
pipeline_benchmark_tarball Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ nextflow_pipeline {
5555 assert report.isFile()
5656 assert reportData.isFile()
5757 assert jsonlBundle.isDirectory()
58- assert reportText.contains('Benchmark overview')
58+ assert reportText.contains('Run overview')
59+ assert reportText.contains('Run summary')
60+ assert reportText.contains('Workflow outcome')
5961 assert reportText.contains('15dvxY1LnZYrYe')
6062 assert reportText.contains('g5')
6163
Original file line number Diff line number Diff line change @@ -54,8 +54,9 @@ nextflow_pipeline {
5454 assert report.isFile()
5555 assert reportData.isFile()
5656 assert jsonlBundle.isDirectory()
57- assert reportText.contains('Benchmark overview')
5857 assert reportText.contains('Run overview')
58+ assert reportText.contains('Run summary')
59+ assert reportText.contains('Workflow outcome')
5960 assert reportText.contains('Process overview')
6061 assert reportText.contains('Task overview')
6162 assert reportText.contains('15dvxY1LnZYrYe')
You can’t perform that action at this time.
0 commit comments