[td-11818]opt

This commit is contained in:
Haojun Liao 2022-02-09 13:46:42 +08:00
parent 86e230cf8a
commit f8fe0c6f88
1 changed files with 4 additions and 2 deletions

View File

@ -263,14 +263,16 @@ TEST(testCase, external_sort_Test) {
int32_t total = 1;
int64_t s1 = taosGetTimestampUs();
int32_t t = 1;
while(1) {
int64_t s = taosGetTimestampUs();
pRes = pOperator->exec(pOperator, &newgroup);
int64_t e = taosGetTimestampUs();
printf("---------------elapsed:%ld\n", e - s);
if (t++ == 1) {
printf("---------------elapsed:%ld\n", e - s);
}
if (pRes == NULL) {
break;