Searched refs:nSelTest (Results 1 – 1 of 1) sorted by relevance
790 int nSelTest; /* Number of SELECTs to run for timing */ in do_speed_tests() local871 nSelTest = (nSelStep > 100000) ? 100000 : nSelStep; in do_speed_tests()956 for(iSel=0; iSel<nSelTest; iSel++){ in do_speed_tests()977 for(iSel=0; rc==LSM_OK && iSel<nSelTest; iSel++){ in do_speed_tests()986 testCaseProgress(iSel, nSelTest, testCaseNDot(), &iDot); in do_speed_tests()1003 aSys[j].zLibrary, (int)((double)nSelTest*1000.0/t) in do_speed_tests()1073 int sps = (int)(nSelTest*1000.0/(double)aSelTime[(j*nRow+i)/nSelStep]); in do_speed_tests()