https://github.com/glowyphp/benchmark
Benchmark Package provide basic functionality for benchmarking.
https://github.com/glowyphp/benchmark
benchmark
Last synced: 16 days ago
JSON representation
Benchmark Package provide basic functionality for benchmarking.
- Host: GitHub
- URL: https://github.com/glowyphp/benchmark
- Owner: glowyphp
- License: mit
- Created: 2022-10-08T09:41:33.000Z (over 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-10-09T08:09:34.000Z (over 3 years ago)
- Last Synced: 2025-03-01T00:30:08.867Z (over 1 year ago)
- Topics: benchmark
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/benchmark/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Benchmark
Benchmark Package provide basic functionality for benchmarking.
### Installation
#### With [Composer](https://getcomposer.org)
```
composer require glowy/benchmark
```
### Resources
* [Documentation](https://awilum.github.io/glowyphp/benchmark)
### Tests
Run tests
```
./vendor/bin/pest
```
### License
[The MIT License (MIT)](https://github.com/glowyphp/benchmark/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)