2017 © Pedro Peláez
 

library benchmark

Benchmark Library

image

danelsan/benchmark

Benchmark Library

  • Wednesday, May 18, 2016
  • by danelsan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Benchmark

Benchmark is a library write in PHP for usefull bechmark your application, (*1)

Use composer

From root directory (where is composer.json) run:, (*2)

composer update, (*3)

Example for use Benchmark

<?php, (*4)

include 'vendor/autoload.php';, (*5)

use Benchmark\Bench;, (*6)

echo "Start benchmark\n"; Bench::start();, (*7)

sleep(30);, (*8)

Bench::stop();, (*9)

echo "Stop benchmark\n"; echo "Milliseconds: ". Bench::getTotalBenchTime() . "\n";, (*10)

Modify source

You are free to modify all projects for best performace., (*11)

The Versions

18/05 2016

dev-master

9999999-dev

Benchmark Library

  Sources   Download

GPL-3.0+

18/05 2016

1.0

1.0.0.0

Benchmark Library

  Sources   Download

GPL-3.0+