/** * \file * This file creates queries for the speed test */ #include #include /** main program to create queries, pass the number of them. */ int main(int argc, char** argv) { int i; int max = atoi(argv[1]); for(i=0; i