]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.h
Reformat benchmark interface
[stockfish] / src / benchmark.h
index 9ca68f83abdbd8e5b54b2982cf6395b586c7d8d4..7903a5467ff9b6a814b5f830454da735d1eea01a 100644 (file)
@@ -31,7 +31,6 @@
 //// Prototypes
 ////
 
-extern void benchmark(const std::string &ttSize, const std::string &threads);
-
+extern void benchmark(const std::string& commandLine);
 
 #endif // !defined(BENCHMARK_H_INCLUDED)