修改demo

This commit is contained in:
彭宣正
2020-11-23 15:25:09 +08:00
parent 27937cde15
commit 34d03a35f0
2 changed files with 0 additions and 4 deletions

View File

@@ -529,7 +529,6 @@ int main(int argc, char *argv[])
perror(log_name);
return -1;
}
hos_init_api();
//创建client
hos_client_handle handle = hos_client_create(conf.endpoint, "default", "default", conf.pool_size);
if (handle == NULL)
@@ -601,7 +600,6 @@ int main(int argc, char *argv[])
//time /= test_times;
//printf("hos upload finished spent %llu ns\n", time);
}
hos_shutdown_api();
fclose(log);
return 0;