Searched refs:performanceData (Results 1 – 3 of 3) sorted by relevance
998 int keyLength = performanceData.keyLength;1038 int keyLength = performanceData.keyLength;1040 bool putBatch = performanceData.putBatch;1090 int keyLength = performanceData.keyLength;1092 bool getBatch = performanceData.getBatch;1145 int keyLength = performanceData.keyLength;1147 bool putBatch = performanceData.putBatch;1198 int keyLength = performanceData.keyLength;1247 int keyLength = performanceData.keyLength;1249 bool useClear = performanceData.useClear;[all …]
397 static bool CalculateOpenPerformance(PerformanceData &performanceData);398 static bool CalculateInsertPerformance(PerformanceData &performanceData);399 static bool CalculateGetPutPerformance(PerformanceData &performanceData);400 static bool CalculateUpdatePerformance(PerformanceData &performanceData);401 static bool CalculateGetUpdatePerformance(PerformanceData &performanceData);402 static bool CalculateUseClearPerformance(PerformanceData &performanceData);403 static bool CalculateTransactionPerformance(PerformanceData &performanceData);
664 PerformanceData performanceData[PERFORMANCE_SIZE] = { variable698 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performanceData[ps]));699 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performanceData[ps]));700 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performanceData[ps]));701 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performanceData[ps]));702 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performanceData[ps]));703 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performanceData[ps]));