fix benchmark inf error

This commit is contained in:
cjh9368 2020-08-03 11:00:35 +08:00
parent 1b69923472
commit 5eed256f1a
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ float Benchmark::CompareData(const std::string &nodeName, std::vector<int> msSha
}
std::cout << std::endl;
if (meanError > 0.0f) {
errorCount = 0;
meanError /= errorCount;
}