Refactor benchmark and config loading scripts
Deleted obsolete drawing_perf_benchmark.py and replaced it with the more versatile performance_benchmark.py. Consolidated individual config file reads into a unified load_config_files function, which is now used across various modules for increased code readability and maintainability.