diff --git a/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py b/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py index bf621b6bb55ecb5b9db3cc6c42937c785cd62960..480c25206065fc62a53156e899c213f8e2b487db 100644 --- a/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py +++ b/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py @@ -217,8 +217,8 @@ if __name__ == '__main__': logger.info(f'----- {procotol} protocol ------- Creating 100W stable 100Rows ------------') taosadapterPerftest.insertMixTbRows(procotol, 1000000, 100) - logger.info(f'----- {procotol} protocol ------- Creating 000W stable 100Rows ------------') + logger.info(f'----- {procotol} protocol ------- Creating 500W stable 20Rows ------------') taosadapterPerftest.insertMixTbRows(procotol, 5000000, 20) - logger.info(f'----- {procotol} protocol ------- Creating 5000W stable 100Rows ------------') + logger.info(f'----- {procotol} protocol ------- Creating 1000W stable 10Rows ------------') taosadapterPerftest.insertMixTbRows(procotol, 10000000, 10)