提交 d2db893d 编写于 作者: S shenglian zhou

sml-perf:fix compilation error

上级 69acd2ca
......@@ -236,7 +236,7 @@ int main(int argc, char* argv[]) {
}
int64_t end = taosGetTimestampUs();
uint64_t linesNum = numSuperTables*numChildTables*numRowsPerChildTable;
size_t linesNum = numSuperTables*numChildTables*numRowsPerChildTable;
printf("TOTAL LINES: %zu\n", linesNum);
printf("THREADS: %d\n", numThreads);
printf("TIME: %d(ms)\n", (int)(end-begin)/1000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册