# MapperPerformance
**Repository Path**: free/MapperPerformance
## Basic Information
- **Project Name**: MapperPerformance
- **Description**: Mapper性能测试
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2015-06-09
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#MyBatis通用Mapper3 - 性能测试
##insert - 每次都独立sqlSession
| 执行次数/耗时s | 100 | 500 | 5000 |
| Mapper | 2062 | 6951 | 64303 |
| Xml | 3723 | 9462 | 66287 |
##insert - 共用同一sqlSession
| 执行次数/耗时s | 100 | 500 | 5000 |
| Mapper | 498 | 1031 | 5406 |
| Xml | 1115 | 1382 | 7281 |
- Mapper:
- Xml: