예제 #1
0
파일: GroupByScan.cpp 프로젝트: came/hyrise
 GroupByScanBase() {
   SetNumIterations(10);
   SetWarmUp(2);
 }
예제 #2
0
파일: SortScan.cpp 프로젝트: JWUST/hyrise
 SortScanBase() {
   SetNumIterations(10);
   SetWarmUp(2);
 }
예제 #3
0
 HashValueJoinBase() {
   SetNumIterations(10);
   SetWarmUp(2);
 }
예제 #4
0
 ProjectionScanBase() {
   SetNumIterations(10);
   SetWarmUp(2);
 }
예제 #5
0
 SimpleTableScanBase() {
   SetNumIterations(10);
   SetWarmUp(2);
 }
예제 #6
0
파일: Loading.cpp 프로젝트: JWUST/hyrise
 LoaderBenchmark() {
   SetNumIterations(5);
   SetWarmUp(0);
 }