From 3ae09a60d40cd910f597f30637e91459320c8148 Mon Sep 17 00:00:00 2001 From: jiajingbin Date: Mon, 22 Nov 2021 09:51:41 +0000 Subject: [PATCH] [TD-11129]: finish taosadapter perftest scripts --- .../taosadapter_perftest/taosadapter_perftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py b/tests/perftest-scripts/taosadapter_perftest/taosadapter_perftest.py index bf621b6bb5..480c252060 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) -- GitLab