I made efforts to benchmark the main.cpp file.This involved refactoring the code to improve argument parsing and simulation execution. Initially, I encountered challenges in parsing arguments specifically for benchmarking purposes.To overcome this, I first benchmarked the code with hardcoded paths, which proved to be successful. However, my goal was to make the code more adaptable by removing hardcoded paths.After iterative testing,I managed to implement a solution where paths are dynamically prompted at runtime.
Looking forward for comments and guidance on the approach taken.
I made efforts to benchmark the main.cpp file.This involved refactoring the code to improve argument parsing and simulation execution. Initially, I encountered challenges in parsing arguments specifically for benchmarking purposes.To overcome this, I first benchmarked the code with hardcoded paths, which proved to be successful. However, my goal was to make the code more adaptable by removing hardcoded paths.After iterative testing,I managed to implement a solution where paths are dynamically prompted at runtime.
Looking forward for comments and guidance on the approach taken.