feat(性能测试): 性能测试可上传的文件修改为50

--story=1013012 --user=宋天阳 【性能测试】调整最大10个上传文件的限制
https://www.tapd.cn/55049933/s/1425879
This commit is contained in:
song-tianyang 2023-10-13 14:56:31 +08:00 committed by 刘瑞斌
parent 6b8e1714c9
commit 33f5d0900b
4 changed files with 4 additions and 4 deletions

View File

@ -166,7 +166,7 @@ export default {
tableData: [],
uploadList: [],
metadataIdList: [],
fileNumLimit: 10,
fileNumLimit: 50,
threadGroups: [],
loadFileVisible: false,
currentPage: 1,

View File

@ -10,7 +10,7 @@ const message = {
},
max_current_threads_tips: 'Exceeded the maximum concurrent number of this node {0}',
sync_scenario_no_permission_tips: 'No permission to create the scenario cannot perform synchronization',
basic_config_file_limit_tip: 'Note: The maximum number of resource files is limited to 10',
basic_config_file_limit_tip: 'Note: The maximum number of resource files is limited to 50',
edit_performance_test_tips: 'No permission to edit test, please check it before operation',
error_samples: 'Error samples',
all_samples: 'All samples',

View File

@ -10,7 +10,7 @@ const message = {
},
max_current_threads_tips: '超出此节点{0}最大并发数',
sync_scenario_no_permission_tips: '没有创建接口的权限无法执行同步',
basic_config_file_limit_tip: '注:资源文件数最大限制为10个',
basic_config_file_limit_tip: '注:资源文件数最大限制为50个',
edit_performance_test_tips: '没有编辑性能测试的权限,请勾选后再操作',
error_samples: '错误请求',
all_samples: '所有请求',

View File

@ -10,7 +10,7 @@ const message = {
},
max_current_threads_tips: '超出此節點{0}最大並發數',
sync_scenario_no_permission_tips: '沒有创建接口的權限無法執行同步',
basic_config_file_limit_tip: '注:資源文件數最大限制為10個',
basic_config_file_limit_tip: '注:資源文件數最大限制為50個',
edit_performance_test_tips: '沒有編輯性能測試的權限,請勾選後再操作',
error_samples: '錯誤請求',
all_samples: '所有請求',