krafjp/bench

控制台简单报告。

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

This package is auto-updated.

Last update: 2024-09-17 07:11:15 UTC


README

控制台简单报告器。

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

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

// Insert
$bench->incrementInsertCount();

// Update 
$bench->incrementUpdateCount();

//....

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