TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

Performance : decreased by 10 fold :( #122

Closed cjonagam closed 9 years ago

cjonagam commented 9 years ago

I have been using node-workflow for a POC. For a simple hello world workflow /task

When i compared test results of simple express project with node-workflow (with express) project performance is decreased by 10 times? did you see the same results at you end?

i will come up with more testing results sreenshots but mean while i would like to know if any one faced similar pattern

cjonagam commented 9 years ago

my fault. backend.getJob is eating good amount of time.