Config is getting big, pass by reference rather than value
[benchmarks.git] / src / common / common_benchmarks.h
index 9505408927dc69acda0fe5ba432ac6b8de1327d1..e3c24b1dc2f2442709c8649e417991952b661de8 100644 (file)
@@ -2,4 +2,4 @@
 
 #include "../harness.h"
 
-std::vector<Benchmark> common_benchmarks(Config config);
\ No newline at end of file
+std::vector<Benchmark> common_benchmarks(const Config &config);