From 463e008c042c1a30679bb3d2a2343ae1e0ac0a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AA=A6=E5=87=A4=E8=99=8E?= Date: Sat, 20 Apr 2024 15:11:53 +0000 Subject: [PATCH] Update README.md --- 24.02/tsg_olap_e2e_test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/24.02/tsg_olap_e2e_test/README.md b/24.02/tsg_olap_e2e_test/README.md index cf5bdc4..3dda380 100644 --- a/24.02/tsg_olap_e2e_test/README.md +++ b/24.02/tsg_olap_e2e_test/README.md @@ -58,13 +58,13 @@ kafka-operation.sh producer STATISTICS-RULE-METRIC < ./datasets/metrics/statisti ```shell # Logs进行故障诊断,输出诊断明细 -newman run ./collection.json -n 3 -e ./enviroment.json --delay-request 1000 --timeout-script 10000 --timeout-request 300000 --timeout 3600000 --insecure --verbose --ignore-redirects --folder logs +newman run ./collection.json -n 3 -e ./environment.json --delay-request 1000 --timeout-script 10000 --timeout-request 300000 --timeout 3600000 --insecure --verbose --ignore-redirects --folder logs #Logs进行故障诊断,通过表情形式输出测试结果 -newman run ./collection.json -n 3 --delay-request 1000 -e ./enviroment.json --ignore-redirects --folder logs -r emojitrain +newman run ./collection.json -n 3 --delay-request 1000 -e ./environment.json --ignore-redirects --folder logs -r emojitrain #Logs进行故障诊断,输出报告json格式,自动存储newman目录 -newman run ./collection.json -n 3 --delay-request 1000 -e ./enviroment.json --ignore-redirects --folder logs -r json +newman run ./collection.json -n 3 --delay-request 1000 -e ./environment.json --ignore-redirects --folder logs -r json ```