We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cc847 commit 864e790Copy full SHA for 864e790
1 file changed
benchmarks/benchmark.cpp
@@ -236,6 +236,11 @@ int main(int argc, char **argv) {
236
<< std::endl;
237
#endif
238
}
239
+ if(argc > 1) {
240
+ fileload(argv[1]);
241
+ return EXIT_SUCCESS;
242
+ }
243
fileload(std::string(BENCHMARK_DATA_DIR) + "/canada.txt");
244
fileload(std::string(BENCHMARK_DATA_DIR) + "/mesh.txt");
245
246
0 commit comments