Add: add makefile for QueryGenerator.cpp
This commit is contained in:
parent
b921f777fb
commit
cdbe1be33b
|
@ -169,7 +169,7 @@ main(int argc, char **argv)
|
|||
num = atoi(optarg);
|
||||
break;
|
||||
default:
|
||||
printf("Note: MyBenchmark only support query!!!")
|
||||
printf("Note: MyBenchmark only support query!!!");
|
||||
printf("You input option %c\n", opt);
|
||||
printf("Valid options include:\n");
|
||||
printf("-r percentage of reading operations(int)\n");
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
QueryGenerator: QueryGenerator.cpp
|
||||
c++ QueryGenerator.cpp -o QueryGenerator
|
Loading…
Reference in New Issue