“I want to scrape Git repositories, then execute a single command that enables me to:
- Execute all the code (written in different languages) from randomly scraped Git repositories within the same environment (for comparison).
- Generate logs of dynamic metrics such as memory usage, GPU usage, and CPU usage.
These are the main objectives
I’ve completed the scraping part using the Git API, where I can customize what I want to scrape. I considered focusing only on repositories that use Poetry or Docker to simplify execution and simulate consistent environments. However, it seems there’s no single command that can execute all code.
New contributor
Hijaw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.