Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexxars/imbo-resize-benchmark
Simple resize benchmark for Imbo
https://github.com/rexxars/imbo-resize-benchmark
Last synced: 11 days ago
JSON representation
Simple resize benchmark for Imbo
- Host: GitHub
- URL: https://github.com/rexxars/imbo-resize-benchmark
- Owner: rexxars
- License: mit
- Created: 2015-11-27T14:41:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T14:41:45.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T07:13:29.347Z (about 1 month ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imbo resize benchmark
Simple resize benchmark for Imbo.
Grabs the X latest images and downloads resized copies, timing how long the operations took.Number of images, iteration count and image size can be can be configured.
## Usage
* Run `composer install` (see https://getcomposer.org/)
* Copy `config/config.php.dist` to `config/config.php`
* Adjust values to match your Imbo installation and preferred settings
* Run `php bench.php`## Disclaimer
This isn't meant to be some super scientific benchmark - it's primarily built to test how different code paths/configuration settings affects the speed of resizing images, which is usually the most used feature in Imbo. More important thing to note is that it is the **client** that provides the timing of operations, not the server, so download speed plays a role in the result.
## License
MIT-licensed. See LICENSE.