Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

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

daveads added 3 commits July 24, 2024 14:34
- 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant