# test-performance **Repository Path**: lin_bo/test-performance ## Basic Information - **Project Name**: test-performance - **Description**: 自动化测试、性能测试相关 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-29 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: TestNG, JUnit, test, SQL, jmeter ## README # test-performance ### 介绍 性能测试使用到的一些东东 ### 一、测试数据准备
在性能测试之前,如果还没大量数据沉淀,需要人为进行测试数据生成这里以MySQL数据库为例讲解,其他关系型数据库可以借鉴参考。 使用到表的创建语言[00_创建测速库表脚本.sql](01_测试数据准备/00_创建测速库表脚本.sql) #### 1、[数据库随机类函数](01_测试数据准备/01_数据库随机类函数/README.md) #### 2、数据库批量新增 [01_批量新增存储过程.sql](01_测试数据准备/02_数据库批量新增/01_批量新增存储过程.sql) #### 3、[Java批量新增](01_测试数据准备/03_Java批量新增/batch-insert/README.md) #### 4、[Jmeter工具批量新增](01_测试数据准备/04_jmeter批量新增/README.md) ### 二、性能测试 #### 1、[ApacheBench (ab压测)](02_性能测试/01_ApacheBench/README.md)