Download the PHP package asika/simple-benchmark without Composer
On this page you can find all versions of the php package asika/simple-benchmark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download asika/simple-benchmark
More information about asika/simple-benchmark
Files in asika/simple-benchmark
Download asika/simple-benchmark
More information about asika/simple-benchmark
Files in asika/simple-benchmark
Vendor asika
Package simple-benchmark
Short Description PHP Simple Benchmark framework
License MIT
Homepage https://github.com/asika32764/php-simple-benchmark
Package simple-benchmark
Short Description PHP Simple Benchmark framework
License MIT
Homepage https://github.com/asika32764/php-simple-benchmark
Please rate this library. Is it a good library?
Informations about the package simple-benchmark
PHP Simple Benchmark CLI
Installation via Composer
Getting Started
Type benchmark
or sb
in terminal.
The output will be:
Create a Task File
A file named TaskName.php
will be generated to current folder.
Open TaskName.php
you will see:
You can do your benchmark by addTask()
.
Run Benchmark
Run benchmark by this command:
The output will be:
You can set times (Default is 10000) at second argument:
All versions of simple-benchmark with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
symfony/console Version ^5.0||^6.0||^7.0
symfony/stopwatch Version ^5.0||^6.0||^7.0
symfony/console Version ^5.0||^6.0||^7.0
symfony/stopwatch Version ^5.0||^6.0||^7.0
The package asika/simple-benchmark contains the following files
Loading the files please wait ....