PHPackages                             nicmart/benchmark - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nicmart/benchmark

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nicmart/benchmark
=================

A framework for benchmarking php code.

v0.1.1(12y ago)144311MITPHPPHP &gt;=5.3.3

Since May 17Pushed 10y ago2 watchersCompare

[ Source](https://github.com/nicmart/Benchmark)[ Packagist](https://packagist.org/packages/nicmart/benchmark)[ RSS](/packages/nicmart-benchmark/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (2)Used By (1)

Benchmark
=========

[](#benchmark)

[![Build Status](https://camo.githubusercontent.com/86c8f1ee6058d510f4ef712be609f5bb56b6089d9dd2b464982f56a59621844d/68747470733a2f2f7472617669732d63692e6f72672f6e69636d6172742f466978656453697a65456e67696e652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nicmart/FixedSizeEngine)[![Coverage Status](https://camo.githubusercontent.com/2d453f3df859756af8254545141f480e0b609331f7f58543e40533bf7fac9ba3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e69636d6172742f466978656453697a65456e67696e652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/nicmart/FixedSizeEngine?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/ddd392b0823908b0fc0c6993ab56b7670f2ecbb4af0e0cd3a62d4f30dac7e3dc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636d6172742f466978656453697a65456e67696e652f6261646765732f7175616c6974792d73636f72652e706e673f733d30643033386361616233616166303032363636663830356666346331623036333866333737646235)](https://scrutinizer-ci.com/g/nicmart/FixedSizeEngine/)

A framework for benchmarking php code.

In early stage of development. Stay tuned.

Install
-------

[](#install)

The best way to install FixedSizeEngine is [through composer](http://getcomposer.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "nicmart/benchmark": "dev-master"
    }
}
```

Then you can run these two commands to install it:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

```

or simply run `composer install` if you have have already [installed the composer globally](http://getcomposer.org/doc/00-intro.md#globally).

Then you can include the autoloader, and you will have access to the library classes:

```
