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