// // Created by Tiago Batista Cardoso on 2/28/2026. // #ifndef GRAPHE_BENCHMARK_H #define GRAPHE_BENCHMARK_H void run_benchmark(void); #endif