tomasklatt/dto-performance-comparison
最新稳定版本:1.0.3
Composer 安装命令:
composer require tomasklatt/dto-performance-comparison
包简介
Performance comparison between SpatieDTO, own written DTOs and raw data (associative arrays)
README 文档
README
Compare performance of associative arrays, SpatieDTO and own written DTO.
Installation
This project uses composer.
composer require tomasklatt/dto-performance-comparison
Usage
To test those three ways of passing data in app with default data set just use
bin/dtopc run
To change amount of data of Faker library you can use params -c or -count
bin/dtopc run -c 10
To add own DTO library just install it via composer and create new runner class extending AbstractRunner.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-24