Skip to content

Commit

Permalink
Merge pull request #31 from sanctuuary/fix_biotools_bench
Browse files Browse the repository at this point in the history
Fix benchmarks
  • Loading branch information
vedran-kasalica authored Nov 20, 2023
2 parents ff0a56b + 04a21d0 commit faaa673
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ static boolean computeBenchmarks(SolutionsList candidateSolutions, String runID)
candidateSolutions.getParallelStream().forEach(workflow -> {
JSONObject workflowBenchmarks = RestApeUtils.combineJSONObjects(
computeWorkflowSpecificFields(workflow, runID),
computeBiotoolsBenchmark(workflow),
computeOpenEBenchmarks(workflow));
computeBiotoolsBenchmark(workflow));
String titleBenchmark = workflow.getFileName() + ".json";
Path solFolder = candidateSolutions.getRunConfiguration().getSolutionDirPath2CWL();
File script = solFolder.resolve(titleBenchmark).toFile();
Expand Down

0 comments on commit faaa673

Please sign in to comment.