-
Notifications
You must be signed in to change notification settings - Fork 35
feat: Profiler Runner for Multiple Scenarios #90
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
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Thanks for starting this @astorm. I watched the screencast and looked at the code. I'm not an expert at nodejs so can't comment on the code itself, unfortunately. The only comment I have is, is there a way to make this more general so we could use it for testing? It's essentially doing the same thing I was trying to do with the sam cli: defining different lambda functions and configurations and running the lambda function. The only difference is, the sam cli allows you to run the function locally. |
Adds a profiler runner that's capable of testing multiple scenarios.
Next steps:
Future, Post this PR steps:
lpt-0.1.jar
) and auto configurenpm install
(or other installs?) for code inprofile/code
?