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