krafjp/bench

simple reporting for console.

dev-main 2022-08-17 02:35 UTC

This package is auto-updated.

Last update: 2024-04-17 06:07:18 UTC


README

simple reporter for console.

$bench = new \Krafjp\Bench\Bench();

// 処理
$bench->process();

// Insert
$bench->incrementInsertCount();

// Update 
$bench->incrementUpdateCount();

//....

// 終了
$bench->report();