2017 © Pedro PelĂĄez
 

library benchmark

A framework for benchmarking php code.

image

nicmart/benchmark

A framework for benchmarking php code.

  • Thursday, September 3, 2015
  • by nicmart
  • Repository
  • 1 Watchers
  • 13 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Benchmark

Build Status Coverage Status Scrutinizer Quality Score, (*1)

A framework for benchmarking php code., (*2)

In early stage of development. Stay tuned., (*3)

Install

The best way to install FixedSizeEngine is through composer., (*4)

Just create a composer.json file for your project:, (*5)

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

Then you can run these two commands to install it:, (*6)

$ 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., (*7)

Then you can include the autoloader, and you will have access to the library classes:, (*8)

<?php
require 'vendor/autoload.php';

The Versions

03/09 2015

dev-master

9999999-dev

A framework for benchmarking php code.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/05 2014

v0.1.1

0.1.1.0

A framework for benchmarking php code.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/05 2014

v0.1.0

0.1.0.0

A framework for benchmarking php code.

  Sources   Download

MIT

The Requires

 

The Development Requires