Hey, so I made myself a simple template for advent of code. Here is the code: https://pastebin.com/Z0dXuPNR I have 3 questions: - benchmarking takes quite some time. Around one minute I would say. Is this the expected time? I've never used this benchmark lib so I can't tell. - I want to separate loading the input / parsing the input / solving into 3 benchmarks cuz I want to see what takes the most time, how can I do this? - Is my template even okayish?