Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running benchmarks script in parallel #365

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

daveads
Copy link
Contributor

@daveads daveads commented Jul 24, 2024

Port run_benchmarks.sh to JavaScript to leverage asynchronous features

  • Convert shell script to Node.js for better control flow
  • Implement concurrent execution of benchmarks 1, 2, and 3
  • Utilize async/await and Promise.all for parallel benchmark runs
  • Improve error handling and logging

- rewrite makes use of javascript asynchronous programming techniques
  using async/await...

// benchmark 1, 2, 3 run without waiting for each other... for each
services...
@daveads
Copy link
Contributor Author

daveads commented Aug 2, 2024

@tusharmath this is also ready for a merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant