Skip to content

Commit

Permalink
Reduced hello-world forkjoin workflow size from 18 tasks to 10 tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Aug 21, 2024
1 parent 4f84bcf commit f58ed78
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 866 deletions.
9 changes: 3 additions & 6 deletions helloworld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
# Sample "hello world!" Workflow Execution Instances

This directory contains made up workflow execution instances for testing
purposes, described using the [WfCommons JSON
format](https://github.com/wfcommons/workflow-schema). These have been
constructed based on real-world executions of benchmark workflows
on using [Pegasus](http://pegasus.isi.edu).
purposes, described using the [WfCommons JSON format](https://github.com/wfcommons/workflow-schema). These have been constructed based on real-world executions of purely synthetic benchmark workflows on using [Pegasus](http://pegasus.isi.edu).

#### Workflow Instances

There are two workflow instances:
- `chain-5-chameleon.json`: a linear workflow with 5 tasks
- `forkjoin-18-chameleon.json`: a fork-join workflow with 18 tasks
- `chain-5-chameleon.json`: a linear workflow with 5 tasks.
- `forkjoin-10-chameleon.json`: a fork-join workflow with 18 tasks.

#### Workflow Simulator

Expand Down
Loading

0 comments on commit f58ed78

Please sign in to comment.